mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #17415: Trim trailing whitespace
This commit is contained in:
parent
ec6e132987
commit
f3460414d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue