summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-17 19:28:52 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-17 19:28:52 (GMT)
commitb271727bad803ef50fdef185eeda24222fba4f25 (patch)
treeece1880bd4b8e77a358e9c083b0b9574b09a1751
parent3380170ea5c29c8b823dcdf3c0f77f168f6998e4 (diff)
parentf3460414d56500b8ff551515ac7fed78b49e33c9 (diff)
downloadcpython-b271727bad803ef50fdef185eeda24222fba4f25.zip
cpython-b271727bad803ef50fdef185eeda24222fba4f25.tar.gz
cpython-b271727bad803ef50fdef185eeda24222fba4f25.tar.bz2
Merge with 3.2
-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 58366f2..dd3ac85 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -223,7 +223,7 @@ the :mod:`glob` module.)
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
become ``A/B``. This string manipulation may change the meaning of a path
that contains symbolic links. On Windows, it converts forward slashes to
- backward slashes. To normalize case, use :func:`normcase`.
+ backward slashes. To normalize case, use :func:`normcase`.
.. function:: realpath(path)