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 Mariatta
Recipients Mariatta, docs@python
Date 2020-03-05.23:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583452369.51.0.496952610919.issue39869@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3.9/tutorial/classes.html#instance-objects, it says:

> There are two kinds of valid attribute names, data attributes and methods.

Replace the comma with a colon

> There are two kinds of valid attribute names: data attributes and methods.


Reported in docs mailing list: https://mail.python.org/archives/list/docs@python.org/thread/BWXLZM4OLWF5XVBI4S2WK3LFUIEBI6M6/
History
Date User Action Args
2020-03-05 23:52:49Mariattasetrecipients: + Mariatta, docs@python
2020-03-05 23:52:49Mariattasetmessageid: <1583452369.51.0.496952610919.issue39869@roundup.psfhosted.org>
2020-03-05 23:52:49Mariattalinkissue39869 messages
2020-03-05 23:52:49Mariattacreate