File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ Similarly, you can also set a value to multiple keys:
162
162
``key_1, key_2 = value `` is equivalent to ``key_1 = value `` and
163
163
``key_2 = value `` in separate lines.
164
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
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
168
168
backslash in all places.
169
169
170
170
You can now proceed to an example with :doc: `Tutorial `.
You can’t perform that action at this time.
0 commit comments