From: Raymond Hettinger Date: Mon, 13 Jun 2005 01:14:34 +0000 (+0000) Subject: SF bug #1219361 Fix typo X-Git-Tag: v2.4.2c1~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b0b041386499326d632e2ddf07b70bfb4abd795;p=thirdparty%2FPython%2Fcpython.git SF bug #1219361 Fix typo --- diff --git a/Lib/copy.py b/Lib/copy.py index 45fc32d2f02f..dd67d6a069e6 100644 --- a/Lib/copy.py +++ b/Lib/copy.py @@ -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,