We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028f7c2 commit b169b84Copy full SHA for b169b84
Users/coafile.rst
@@ -162,9 +162,9 @@ Similarly, you can also set a value to multiple keys:
162
``key_1, key_2 = value`` is equivalent to ``key_1 = value`` and
163
``key_2 = value`` in separate lines.
164
165
-As the backslash is the escape character it is recommended to use
166
-forward slashes as path separator even on Windows (to keep relative
167
-paths platform independent), use double-backslashes if you really mean a
+As the backslash ``\`` is the escape character it is recommended to use
+forward slashes ``/`` as path separator even on Windows (to keep relative
+paths platform independent), use double-backslashes ``\\`` if you really mean a
168
backslash in all places.
169
170
You can now proceed to an example with :doc:`Tutorial`.
0 commit comments