summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:05:35 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:05:35 (GMT)
commitac4b39f7f7b03f933b0c9a4b7993b9c11b7c5076 (patch)
treebf20880ce9d3fc60b46603dfa62c01c3e26dffb9 /Doc
parentf29b6b4b773beecf69a0c059f452161d2cceda18 (diff)
downloadcpython-ac4b39f7f7b03f933b0c9a4b7993b9c11b7c5076.zip
cpython-ac4b39f7f7b03f933b0c9a4b7993b9c11b7c5076.tar.gz
cpython-ac4b39f7f7b03f933b0c9a4b7993b9c11b7c5076.tar.bz2
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 ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.path.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ applications should use string objects to access all files.
.. 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.