diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 15:29:19 -0400 |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 15:29:19 -0400 |
| commit | 15cddb498ec8e8d780384c2d459557012b2c9eea (patch) | |
| tree | 7e5cae33cc348f823ef0b00afddc6f40046203cc | |
| parent | a52c2d6d2fc4e8f598b1614540df7c05c57aa4cb (diff) | |
| parent | b271727bad803ef50fdef185eeda24222fba4f25 (diff) | |
| download | cpython-git-15cddb498ec8e8d780384c2d459557012b2c9eea.tar.gz | |
Merge with 3.3
| -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 071ba1fe75..0d2ad04417 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) |
