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.

Author rhettinger
Recipients docs@python, martin.panter, rhettinger, zuo
Date 2021-12-08.03:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638935086.99.0.932311982682.issue20751@roundup.psfhosted.org>
In-reply-to
Content
> I guess here ``obj`` was supposed to be ``a``.

Okay, I updated the variable name to match the rest of the example.

> But is the description correct when it comes to what class is used where?

It looks fine to me.  It is harmonious with the other three entries in the section and every part of the wording is verified in the test code.

> It should be:

Sorry, I disagree with the wordsmithing.  IMO, the additional proposed wording mostly makes it harder to read.  Also, this section is already a bit long. The details on super() are in the main docs for super().  Here we just want to show that super() is one of the four ways to invoke a descriptor.
History
Date User Action Args
2021-12-08 03:44:47rhettingersetrecipients: + rhettinger, zuo, docs@python, martin.panter
2021-12-08 03:44:46rhettingersetmessageid: <1638935086.99.0.932311982682.issue20751@roundup.psfhosted.org>
2021-12-08 03:44:46rhettingerlinkissue20751 messages
2021-12-08 03:44:46rhettingercreate