0

docs: fix backslash issue in ironic twist

This commit is contained in:
Nicolas F
2021-06-21 01:26:12 +02:00
parent 4b2035e1f9
commit 1a5aee0fee

View File

@@ -16,7 +16,7 @@ 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
Windows. This is required because the backslash ("\\\") has special meaning
in Python.
Examples