diff options
author | Georg Brandl <georg@python.org> | 2010-07-10 08:58:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-10 08:58:37 (GMT) |
commit | b382337ed672b06e1f48ff3ba0c3d0173cedb037 (patch) | |
tree | 709febe35069a46d45570b7b30407a6d78513cf6 /Doc/library/os.path.rst | |
parent | 61c061a8b39f4d567d7489413b0ef3a2cb50c2fc (diff) | |
download | cpython-b382337ed672b06e1f48ff3ba0c3d0173cedb037.zip cpython-b382337ed672b06e1f48ff3ba0c3d0173cedb037.tar.gz cpython-b382337ed672b06e1f48ff3ba0c3d0173cedb037.tar.bz2 |
Fix markup.
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r-- | Doc/library/os.path.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index b7d1a0a..819bea9 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -241,7 +241,8 @@ applications should use string objects to access all files. Availability: Windows, Unix. - .. versionchanged:: 3.2 Added Windows support + .. versionchanged:: 3.2 + Added Windows support. .. function:: sameopenfile(fp1, fp2) |