Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15cddb4

Browse files
committed
Merge with 3.3
2 parents a52c2d6 + b271727 commit 15cddb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.path.rst

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

227227

228228
.. function:: realpath(path)

0 commit comments

Comments
 (0)