Skip to content

Commit b169b84

Browse files
committed
coafile.rst: Add slash examples
This commit ensures that people recognize backslashes and forward slashes immediately. Closes coala#571
1 parent 028f7c2 commit b169b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Users/coafile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ Similarly, you can also set a value to multiple keys:
162162
``key_1, key_2 = value`` is equivalent to ``key_1 = value`` and
163163
``key_2 = value`` in separate lines.
164164

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
168168
backslash in all places.
169169

170170
You can now proceed to an example with :doc:`Tutorial`.

0 commit comments

Comments
 (0)