##// END OF EJS Templates
Escape character now displays on readthedocs
ras44 -
Show More
@@ -77,8 +77,8 prompt. What follows is a list of these.
77 77 Caution for Windows users
78 78 -------------------------
79 79
80 Windows, unfortunately, uses the '\\' character as a path separator. This is a
81 terrible choice, because '\\' also represents the escape character in most
80 Windows, unfortunately, uses the ``\`` character as a path separator. This is a
81 terrible choice, because ``\`` also represents the escape character in most
82 82 modern programming languages, including Python. For this reason, using '/'
83 83 character is recommended if you have problems with ``\``. However, in Windows
84 84 commands '/' flags options, so you can not use it for the root directory. This
General Comments 0
You need to be logged in to leave comments. Login now