Thanks to visit codestin.com Credit goes to github.com
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 3380170 + f346041 commit b271727Copy full SHA for b271727
1 file changed
Doc/library/os.path.rst
@@ -223,7 +223,7 @@ the :mod:`glob` module.)
223
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
224
become ``A/B``. This string manipulation may change the meaning of a path
225
that contains symbolic links. On Windows, it converts forward slashes to
226
- backward slashes. To normalize case, use :func:`normcase`.
+ backward slashes. To normalize case, use :func:`normcase`.
227
228
229
.. function:: realpath(path)
0 commit comments