]> granicus.if.org Git - python/commitdiff
Consistent ordering of availability statements
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:17:29 +0000 (20:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Dec 2010 20:17:29 +0000 (20:17 +0000)
Doc/library/os.path.rst

index 6dc82b60ea07cfeab4ea1f459efb175352b0dec9..522b94cee996f72854f20f197fffe50d1546e657 100644 (file)
@@ -228,7 +228,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)
@@ -241,7 +241,7 @@ applications should use string objects to access all files.
    name using the Windows API call GetFinalPathNameByHandle. This function
    raises an exception if handles cannot be obtained to either file.
 
-   Availability: Windows, Unix.
+   Availability: Unix, Windows.
 
    .. versionchanged:: 3.2
       Added Windows support.