summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.path.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-17 19:29:19 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-17 19:29:19 (GMT)
commit15cddb498ec8e8d780384c2d459557012b2c9eea (patch)
tree7e5cae33cc348f823ef0b00afddc6f40046203cc /Doc/library/os.path.rst
parenta52c2d6d2fc4e8f598b1614540df7c05c57aa4cb (diff)
parentb271727bad803ef50fdef185eeda24222fba4f25 (diff)
downloadcpython-15cddb498ec8e8d780384c2d459557012b2c9eea.zip
cpython-15cddb498ec8e8d780384c2d459557012b2c9eea.tar.gz
cpython-15cddb498ec8e8d780384c2d459557012b2c9eea.tar.bz2
Merge with 3.3
Diffstat (limited to 'Doc/library/os.path.rst')
-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 071ba1f..0d2ad04 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -222,7 +222,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)