Skip to content

Commit 7cd4fff

Browse files
Update Doc/library/pathlib.rst
Co-authored-by: Brett Cannon <[email protected]>
1 parent 5539824 commit 7cd4fff

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
@@ -1054,7 +1054,7 @@ call fails (for example because the path doesn't exist).
10541054

10551055
.. method:: Path.absolute()
10561056

1057-
Make the path absolute, without resolving symlinks, and return a new path
1057+
Make the path absolute, without normalization or resolving symlinks, and return a new path
10581058
object. This is equivalent to prepending the current directory::
10591059

10601060
>>> p = Path('..')

0 commit comments

Comments
 (0)