Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1cec73 + 0ab67df commit 60a7ec3Copy full SHA for 60a7ec3
1 file changed
Doc/library/copy.rst
@@ -48,7 +48,7 @@ copy operations:
48
reference to themselves) may cause a recursive loop.
49
50
* Because deep copy copies *everything* it may copy too much, e.g.,
51
- administrative data structures that should be shared even between copies.
+ even administrative data structures that should be shared even between copies.
52
53
The :func:`deepcopy` function avoids these problems by:
54
0 commit comments