]> granicus.if.org Git - python/commitdiff
Slashes allowed on Windows.
authorGeorg Brandl <georg@python.org>
Sat, 26 Jan 2008 11:02:22 +0000 (11:02 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 26 Jan 2008 11:02:22 +0000 (11:02 +0000)
Doc/library/os.path.rst

index 05eed8a2b80f833e9bdf64869d21d82af91a58b5..fa6b0c0f40c7780e70c1e3977e9480f45ec691cf 100644 (file)
@@ -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.