Skip to content

Commit f346041

Browse files
committed
Issue #17415: Trim trailing whitespace
1 parent ec6e132 commit f346041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ the :mod:`glob` module.)
218218
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
219219
become ``A/B``. This string manipulation may change the meaning of a path
220220
that contains symbolic links. On Windows, it converts forward slashes to
221-
backward slashes. To normalize case, use :func:`normcase`.
221+
backward slashes. To normalize case, use :func:`normcase`.
222222

223223

224224
.. function:: realpath(path)

0 commit comments

Comments
 (0)