]> 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 0f23a95398556c6000adf0362fab3399a0c7d10a..a5378e54ec40161d132c5118736310632b2713e8 100644 (file)
@@ -44,7 +44,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: