SF bug #1219361 Fix typo

This commit is contained in:
Raymond Hettinger 2005-06-13 01:10:15 +00:00
parent ca7329c9c1
commit f9d88ab39e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ compound objects (objects that contain other objects, like lists or
class instances). class instances).
- A shallow copy constructs a new compound object and then (to the - 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. original contains.
- A deep copy constructs a new compound object and then, recursively, - A deep copy constructs a new compound object and then, recursively,