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: python 3.1 documentation tutorial classes
Type: Stage:
Components: Documentation Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, tom_morse
Priority: normal Keywords:

Created on 2009-08-30 15:40 by tom_morse, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg92091 - (view) Author: Tom Morse (tom_morse) Date: 2009-08-30 15:40
Thank you for the most excellent documentation and notes on classes in
python:
http://docs.python.org/3.1/tutorial/classes.html

I found the following minor typos and provide feedback on the above web
page:

1. Where "unpacked again" occurs there is no reference to any first
unpacking so that was confusing to me.  I had the impression that if
"again" was omitted it was vaguely understandable.

2. Typo: where "of instances of c" occurs, "of c" should be "of C"
msg92123 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-09-01 07:46
Fixed 1.) in r74616.  The "instances of C" is already correct in the
sources.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51057
2009-09-01 07:46:57georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg92123
2009-08-30 15:40:57tom_morsecreate