Commit f9d88ab3 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #1219361 Fix typo

parent ca7329c9
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment