Skip to content

Commit 28cc7d0

Browse files
committed
Properly escape backslash
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8e46b13 commit 28cc7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
def to_posix(path):
4949
"""
5050
Return a path using the posix path separator given a path that may contain
51-
posix or windows separators, converting \ to /. NB: this path will still
51+
posix or windows separators, converting \\ to /. NB: this path will still
5252
be valid in the windows explorer (except if UNC or share name). It will be
5353
a valid path everywhere in Python. It will not be valid for windows
5454
command line operations.

0 commit comments

Comments
 (0)