Merged revisions 70746 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70746 | ronald.oussoren | 2009-03-30 15:02:08 -0500 (Mon, 30 Mar 2009) | 2 lines
Fix for issue 13095
........
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 795c9bc..4fce263 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -189,7 +189,7 @@
.. function:: normcase(path)
- Normalize the case of a pathname. On Unix, this returns the path unchanged; on
+ Normalize the case of a pathname. On Unix and MacOSX, this returns the path unchanged; on
case-insensitive filesystems, it converts the path to lowercase. On Windows, it
also converts forward slashes to backward slashes.