docs: try to fix backslash once more

My previous fix worked with the version of sphinx I have locally,
but apparently not the one readTheDocs uses. Imagine my surprise!

Let's just use ``backticks`` for our backslash.
This commit is contained in:
Nicolas F 2021-06-21 14:21:26 +02:00
parent 0eb0700e52
commit ca01386cef
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ Python, don't worry, it's pretty simple. Just follow the examples.
.. note::
You should *always* use forward slashes ("/"), even on
Windows. This is required because the backslash ("\\\") has special meaning
You should *always* use forward slashes (``/``), even on
Windows. This is required because the backslash (``\``) has special meaning
in Python.
Examples