Skip to content

Commit 64204fd

Browse files
Update Doc/library/pathlib.rst
Co-authored-by: Brian Helba <brian.helba@kitware.com>
1 parent 7cd4fff commit 64204fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,5 +1293,5 @@ Below is a table mapping various :mod:`os` functions to their corresponding
12931293

12941294
.. rubric:: Footnotes
12951295

1296-
.. [#] :func:`os.path.abspath` normalizes the resulting path, which may change its meaning in the presence of symlinks.
1296+
.. [#] :func:`os.path.abspath` normalizes the resulting path, which may change its meaning in the presence of symlinks, while :meth:`Path.absolute` does not.
12971297
.. [#] :meth:`Path.relative_to` requires ``self`` to be the subpath of the argument, but :func:`os.path.relpath` does not.

0 commit comments

Comments
 (0)