Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove trailing spaces
  • Loading branch information
domragusa committed Oct 22, 2022
commit e6cf222257b744a714ed3ab438da833e0ab2da0d
2 changes: 1 addition & 1 deletion Lib/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def relative_to(self, *other, walk_up=False):
"""Return the relative path to another path identified by the passed
arguments. If the operation is not possible (because this is not
related to the other path), raise ValueError.
Comment thread
domragusa marked this conversation as resolved.

The *walk_up* parameter controls whether `..` may be used to resolve
the path.
"""
Expand Down