File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,13 +219,11 @@ the :mod:`glob` module.)
219219
220220.. function :: normpath(path)
221221
222- Normalize a pathname. This collapses redundant separators and up-level
223- references so that ``A//B ``, ``A/B/ ``, ``A/./B `` and ``A/foo/../B `` all become
224- ``A/B ``.
225-
226- It does not normalize the case (use :func: `normcase ` for that). On Windows, it
227- converts forward slashes to backward slashes. It should be understood that this
228- may change the meaning of the path if it contains symbolic links!
222+ Normalize a pathname by collapsing redundant separators and up-level
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 `.
229227
230228
231229.. function :: realpath(path)
You can’t perform that action at this time.
0 commit comments