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

index 45fc32d2f02f5221b921fd11bdc2ff73f6eac2e6..dd67d6a069e6647d646fa8ddec09a994ae0572be 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,