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

Skip to content

Commit b271727

Browse files
committed
Merge with 3.2
2 parents 3380170 + f346041 commit b271727

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
@@ -223,7 +223,7 @@ the :mod:`glob` module.)
223223
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
224224
become ``A/B``. This string manipulation may change the meaning of a path
225225
that contains symbolic links. On Windows, it converts forward slashes to
226-
backward slashes. To normalize case, use :func:`normcase`.
226+
backward slashes. To normalize case, use :func:`normcase`.
227227

228228

229229
.. function:: realpath(path)

0 commit comments

Comments
 (0)