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 Nicholas Matthews
Recipients Nicholas Matthews
Date 2019-05-17.14:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558103271.07.0.643884881507.issue36947@roundup.psfhosted.org>
In-reply-to
Content
Currently the final sentence of the second paragraph reads:
"In the following example, both MyClass and MySubclass are instances of Meta:"
It should read something like:
"In the following example, both MyClass and MySubclass have the metaclass Meta, and new instances will be created using Meta:"

Classes are created by their metaclass, but cannot be said to be instances of their metaclass, correct?
History
Date User Action Args
2019-05-17 14:27:51Nicholas Matthewssetrecipients: + Nicholas Matthews
2019-05-17 14:27:51Nicholas Matthewssetmessageid: <1558103271.07.0.643884881507.issue36947@roundup.psfhosted.org>
2019-05-17 14:27:51Nicholas Matthewslinkissue36947 messages
2019-05-17 14:27:50Nicholas Matthewscreate