Commit 271e56e8 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #17415: Trim trailing whitespace

parent 3e50fb3f
...@@ -223,7 +223,7 @@ the :mod:`glob` module.) ...@@ -223,7 +223,7 @@ the :mod:`glob` module.)
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all 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 become ``A/B``. This string manipulation may change the meaning of a path
that contains symbolic links. On Windows, it converts forward slashes to 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) .. function:: realpath(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment