Skip to content

Commit bc44893

Browse files
committed
Issue #27416: clarify copy doc
Patch written by R. David Murray.
1 parent 2b8f094 commit bc44893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/copy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ copy operations:
4444
reference to themselves) may cause a recursive loop.
4545

4646
* Because deep copy copies *everything* it may copy too much, e.g.,
47-
administrative data structures that should be shared even between copies.
47+
even administrative data structures that should be shared even between copies.
4848

4949
The :func:`deepcopy` function avoids these problems by:
5050

0 commit comments

Comments
 (0)