diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:29:19 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:29:19 (GMT) |
commit | 15cddb498ec8e8d780384c2d459557012b2c9eea (patch) | |
tree | 7e5cae33cc348f823ef0b00afddc6f40046203cc /Doc/library/os.path.rst | |
parent | a52c2d6d2fc4e8f598b1614540df7c05c57aa4cb (diff) | |
parent | b271727bad803ef50fdef185eeda24222fba4f25 (diff) | |
download | cpython-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.rst | 2 |
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) |