]> granicus.if.org Git - python/commitdiff
Issue #27416: clarify copy doc
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 30 Jun 2016 09:50:23 +0000 (11:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 30 Jun 2016 09:50:23 +0000 (11:50 +0200)
Patch written by R. David Murray.

Doc/library/copy.rst

index a8adcadbe05e2af85501130454192ae19a858fd4..d0b861d469bc05f982fff01ac66d8af2d66d2624 100644 (file)
@@ -48,7 +48,7 @@ copy operations:
   reference to themselves) may cause a recursive loop.
 
 * Because deep copy copies *everything* it may copy too much, e.g.,
-  administrative data structures that should be shared even between copies.
+  even administrative data structures that should be shared even between copies.
 
 The :func:`deepcopy` function avoids these problems by: