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
fixed whitespace issues
  • Loading branch information
rotuna authored and rotuna committed Apr 20, 2020
commit e7f0ab1f3226b2762dd6e12c3cef36bcb1e1aff7
3 changes: 1 addition & 2 deletions Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,7 @@ Pure paths provide the following methods and properties:
.format(str(self), str(formatted)))
ValueError: '/etc/passwd' is not in the subpath of '/usr' OR one path is relative and the other absolute.


NOTE: This function is part of :class:`PurePath` and works with strings. It does not check or access the underlying file structure.
NOTE: This function is part of :class:`PurePath` and works with strings. It does not check or access the underlying file structure.


.. method:: PurePath.with_name(name)
Expand Down