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: Typo in Language Reference Section 3.2 Class Instances
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, whesse1
Priority: normal Keywords:

Created on 2006-08-28 14:05 by whesse1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29688 - (view) Author: whesse_at_clarkson (whesse1) Date: 2006-08-28 14:05
In the Python Language Reference, Section 3.2,
subsection "Class Instances", HTML version, the
sentence ending

"... user-defined method object whose im_class
attribute is C whose im_self attribute is the instance. "

should add the word "and" to read

"... user-defined method object whose im_class
attribute is C and whose im_self attribute is the
instance. "
msg29689 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-02 02:45
Logged In: YES 
user_id=33168

Thanks for the report!

Committed revision 51681. 2.6
Committed revision 51682. 2.5
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43902
2006-08-28 14:05:17whesse1create