diff options
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r-- | Doc/library/os.path.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index fdc45b9..28a7aff 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -227,7 +227,7 @@ applications should use string objects to access all files. *start* defaults to :attr:`os.curdir`. - Availability: Windows, Unix. + Availability: Unix, Windows. .. function:: samefile(path1, path2) |