diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:28:52 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:28:52 (GMT) |
commit | b271727bad803ef50fdef185eeda24222fba4f25 (patch) | |
tree | ece1880bd4b8e77a358e9c083b0b9574b09a1751 /Doc/library/os.path.rst | |
parent | 3380170ea5c29c8b823dcdf3c0f77f168f6998e4 (diff) | |
parent | f3460414d56500b8ff551515ac7fed78b49e33c9 (diff) | |
download | cpython-b271727bad803ef50fdef185eeda24222fba4f25.zip cpython-b271727bad803ef50fdef185eeda24222fba4f25.tar.gz cpython-b271727bad803ef50fdef185eeda24222fba4f25.tar.bz2 |
Merge with 3.2
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 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) |