mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
SF bug #1219361 Fix typo
This commit is contained in:
parent
ca7329c9c1
commit
f9d88ab39e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue