From 0522548d610098641a8420d3970c48e0dbc8a8ca Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 26 Jan 2008 11:02:22 +0000 Subject: [PATCH] Slashes allowed on Windows. --- Doc/library/os.path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 05eed8a2b8..fa6b0c0f40 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -145,7 +145,7 @@ write files see :func:`open`, and for accessing the filesystem see the .. function:: isabs(path) Return ``True`` if *path* is an absolute pathname. On Unix, that means it - begins with a slash, on Windows that it begins with a backslash after chopping + begins with a slash, on Windows that it begins with a (back)slash after chopping off a potential drive letter. -- 2.50.1