##// END OF EJS Templates
Fix escaping warning in _get_long_path_name doctest
Nikita Kniazev -
Show More
@@ -33,7 +33,7 b" if sys.platform == 'win32':"
33 33 Examples
34 34 --------
35 35
36 >>> get_long_path_name('c:\\docume~1')
36 >>> get_long_path_name('c:\\\\docume~1')
37 37 'c:\\\\Documents and Settings'
38 38
39 39 """
General Comments 0
You need to be logged in to leave comments. Login now