diff options
Diffstat (limited to 'Lib/copy.py')
-rw-r--r-- | Lib/copy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/copy.py b/Lib/copy.py index dbfe2f58a3..b3419ca9ed 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, |