Use double backslash even in docstring.

master
voussoir 2021-09-13 18:00:56 -07:00
parent 79c4f59cf2
commit e0f37b986c
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Path:
'''
force_sep:
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.
_case_correct: