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 22:06 by salty-horse, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25531 - (view) Author: Ori Avtalion (salty-horse) * Date: 2005-06-12 22:06
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"
msg25532 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-06-13 01:14
Logged In: YES 
user_id=80475

Fixed.
Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42077
2005-06-12 22:06:12salty-horsecreate