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
Clarify docs
  • Loading branch information
barneygale committed Aug 25, 2024
commit 2bb1cc1a95eb7354e4282979990cf884dcec6ee2
2 changes: 1 addition & 1 deletion Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ Copying, moving and deleting
Copy this file or directory tree into the given *target_dir*, which should
be an existing directory. Other arguments are handled identically to
:meth:`Path.copy`. Returns a new :class:`!Path` instance pointing to the
copied path.
copy.

.. versionadded:: 3.14

Expand Down