Browse Source

Issue #17415: Trim trailing whitespace

pull/2332/head
Terry Jan Reedy 13 years ago
parent
commit
271e56e887
  1. 2
      Doc/library/os.path.rst

2
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)

Loading…
Cancel
Save