We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a52c2d6 + b271727 commit 15cddb4Copy full SHA for 15cddb4
1 file changed
Doc/library/os.path.rst
@@ -222,7 +222,7 @@ the :mod:`glob` module.)
222
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
223
become ``A/B``. This string manipulation may change the meaning of a path
224
that contains symbolic links. On Windows, it converts forward slashes to
225
- backward slashes. To normalize case, use :func:`normcase`.
+ backward slashes. To normalize case, use :func:`normcase`.
226
227
228
.. function:: realpath(path)
0 commit comments