Issue 6808: python 3.1 documentation tutorial classes (original) (raw)

Issue6808

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:52 admin set github: 51057
2009-09-01 07:46:57 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-08-30 15:40:57 tom_morse create