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.
1 parent 2b8f094 commit bc44893Copy full SHA for bc44893
1 file changed
Doc/library/copy.rst
@@ -44,7 +44,7 @@ copy operations:
44
reference to themselves) may cause a recursive loop.
45
46
* Because deep copy copies *everything* it may copy too much, e.g.,
47
- administrative data structures that should be shared even between copies.
+ even administrative data structures that should be shared even between copies.
48
49
The :func:`deepcopy` function avoids these problems by:
50
0 commit comments