Fix a couple of versionadded/versionchanged related markup errors.
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 214e27c..7821628 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -254,7 +254,8 @@
 
    Availability: Unix, Windows.
 
-   .. versionchanged:: 3.2 Added Windows support.
+   .. versionchanged:: 3.2
+      Added Windows support.
 
 
 .. function:: samestat(stat1, stat2)