Commit 275856de authored by Georg Brandl's avatar Georg Brandl

#1934: fix os.path.isabs docs.

parent 680eaeeb
......@@ -144,7 +144,9 @@ write files see :func:`open`, and for accessing the filesystem see the
.. function:: isabs(path)
Return ``True`` if *path* is an absolute pathname (begins with a slash).
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
off a potential drive letter.
.. function:: isfile(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment