From 370dbe81c6dc306e761ddfb5fb30c8ce4dd38b44 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Mon, 26 Sep 2022 20:36:16 +0200
Subject: [PATCH] [web] Wrap cibuildwheel in backticks

---
 web/content/docs/devguide/advanced/python-wheel/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/docs/devguide/advanced/python-wheel/index.md b/web/content/docs/devguide/advanced/python-wheel/index.md
index 61ad07f9af4..bc0e2474a47 100644
--- a/web/content/docs/devguide/advanced/python-wheel/index.md
+++ b/web/content/docs/devguide/advanced/python-wheel/index.md
@@ -63,7 +63,7 @@ You can test it locally with, e.g. only building for Python 3.10:
 CIBW_BUILD="cp310*" pipx run cibuildwheel
 ```
 
-Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [cibuildwheel docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information.
+Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [`cibuildwheel` docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information.
 
 Wheels are generated in the `wheelhouse/`-folder.
 
-- 
GitLab