Slashes allowed on Windows.

This commit is contained in:
Georg Brandl 2008-01-26 11:02:22 +00:00
parent 422319937e
commit 0522548d61
1 changed files with 1 additions and 1 deletions

View 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.