We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e46b13 commit 28cc7d0Copy full SHA for 28cc7d0
src/attributecode/util.py
@@ -48,7 +48,7 @@
48
def to_posix(path):
49
"""
50
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
+ posix or windows separators, converting \\ to /. NB: this path will still
52
be valid in the windows explorer (except if UNC or share name). It will be
53
a valid path everywhere in Python. It will not be valid for windows
54
command line operations.
0 commit comments