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.
1 parent ec6e132 commit f346041Copy full SHA for f346041
Doc/library/os.path.rst
@@ -218,7 +218,7 @@ the :mod:`glob` module.)
218
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
219
become ``A/B``. This string manipulation may change the meaning of a path
220
that contains symbolic links. On Windows, it converts forward slashes to
221
- backward slashes. To normalize case, use :func:`normcase`.
+ backward slashes. To normalize case, use :func:`normcase`.
222
223
224
.. function:: realpath(path)
0 commit comments