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 cheryl.sabella
Recipients Mariatta, cheryl.sabella
Date 2019-03-02.12:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551529099.5.0.835675772758.issue36167@roundup.psfhosted.org>
In-reply-to
Content
In Programming FAQ under question "How can my code discover the name of an object?", in the second sentence, the word 'The' shouldn't be capitalized after the semi-colon.

Essentially, assignment always binds a name to a value; ---> The <--- same is true of def and class statements, but in that case the value is a callable. 

Assigning to @Mariatta for the sprints.
History
Date User Action Args
2019-03-02 12:18:19cheryl.sabellasetrecipients: + cheryl.sabella, Mariatta
2019-03-02 12:18:19cheryl.sabellasetmessageid: <1551529099.5.0.835675772758.issue36167@roundup.psfhosted.org>
2019-03-02 12:18:19cheryl.sabellalinkissue36167 messages
2019-03-02 12:18:19cheryl.sabellacreate