]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1219361 Fix typo
authorRaymond Hettinger <python@rcn.com>
Mon, 13 Jun 2005 01:10:15 +0000 (01:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 13 Jun 2005 01:10:15 +0000 (01:10 +0000)
Lib/copy.py

index dbfe2f58a3b18e99c7aa038103d0946b4e85a68f..b3419ca9ed45088060d4bb07fc50f38426afa92e 100644 (file)
@@ -14,7 +14,7 @@ compound objects (objects that contain other objects, like lists or
 class instances).
 
 - A shallow copy constructs a new compound object and then (to the
-  extent possible) inserts *the same objects* into in that the
+  extent possible) inserts *the same objects* into it that the
   original contains.
 
 - A deep copy constructs a new compound object and then, recursively,