diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:28:10 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 19:28:10 (GMT) |
commit | f3460414d56500b8ff551515ac7fed78b49e33c9 (patch) | |
tree | 4d882596d396124d0b29e7b0e56607a30e5b0f6d /Doc | |
parent | ec6e132987f5d8595e0177686a4e986c4c9c06fd (diff) | |
download | cpython-f3460414d56500b8ff551515ac7fed78b49e33c9.zip cpython-f3460414d56500b8ff551515ac7fed78b49e33c9.tar.gz cpython-f3460414d56500b8ff551515ac7fed78b49e33c9.tar.bz2 |
Issue #17415: Trim trailing whitespace
Diffstat (limited to 'Doc')
-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 7a17d23..32c48eb 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -218,7 +218,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) |