Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60a7ec3

Browse files
committed
Merge 3.5 (copy doc)
2 parents b1cec73 + 0ab67df commit 60a7ec3

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
@@ -48,7 +48,7 @@ copy operations:
4848
reference to themselves) may cause a recursive loop.
4949

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

5353
The :func:`deepcopy` function avoids these problems by:
5454

0 commit comments

Comments
 (0)