From e0f37b986c8df5aa69b45cf1cf6fca51e289f173 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 13 Sep 2021 18:00:56 -0700 Subject: [PATCH] Use double backslash even in docstring. --- voussoirkit/pathclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voussoirkit/pathclass.py b/voussoirkit/pathclass.py index 8788ce8..bbdfadd 100644 --- a/voussoirkit/pathclass.py +++ b/voussoirkit/pathclass.py @@ -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: