diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 15:28:10 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-17 15:28:10 -0400 |
commit | 271e56e88740cdcc2a6bddbd0894aec25f984f4e (patch) | |
tree | 2af25fc70cd3208dfefac4bf47add059473a5459 | |
parent | 3e50fb3f697ddecd966bb37e6a205a820addd652 (diff) | |
download | cpython-git-271e56e88740cdcc2a6bddbd0894aec25f984f4e.tar.gz |
Issue #17415: Trim trailing whitespace
-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 dac479a0b7..5e245d0df5 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) |