This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: copy.py typo
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger, salty-horse
Priority: normal Keywords:

Created on 2005-06-12 21:25 by salty-horse, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25529 - (view) Author: Ori Avtalion (salty-horse) * Date: 2005-06-12 21:25
The __doc__ of Lib/copy.py reads:

A shallow copy constructs a new compound object and
then (to the extent possible) inserts *the same
objects* into in that the original contains.

"in" should be "it"
msg25530 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-06-13 01:17
Logged In: YES 
user_id=80475

Fixed.
Thanks 
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42076
2005-06-12 21:25:08salty-horsecreate