Use double backslash even in docstring.
This commit is contained in:
parent
79c4f59cf2
commit
e0f37b986c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class Path:
|
||||||
'''
|
'''
|
||||||
force_sep:
|
force_sep:
|
||||||
Normally, the pathclass will use the default separator for your
|
Normally, the pathclass will use the default separator for your
|
||||||
operating system: / on unix and \ on windows. You can use this
|
operating system: / on unix and \\ on windows. You can use this
|
||||||
argument to force a particular separator.
|
argument to force a particular separator.
|
||||||
|
|
||||||
_case_correct:
|
_case_correct:
|
||||||
|
|
Loading…
Reference in a new issue