Consistent ordering of availability statements
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 6dc82b6..522b94c 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -228,7 +228,7 @@
 
    *start* defaults to :attr:`os.curdir`.
 
-   Availability:  Windows, Unix.
+   Availability: Unix, Windows.
 
 
 .. function:: samefile(path1, path2)
@@ -241,7 +241,7 @@
    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.