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:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551528835.64.0.987531721426.issue36166@roundup.psfhosted.org>
In-reply-to
Content
In `datamodel.rst`, fix formatting on the format_spec argument in the text paragraph of object.__format__() to be italicized instead of marked as a code sample.
 

object.__format__(self, format_spec)

The ---> ``format_spec`` <--- argument is a string that contains a description of the formatting options desired.


Assigning to @Mariatta for the sprints.
History
Date User Action Args
2019-03-02 12:13:55cheryl.sabellasetrecipients: + cheryl.sabella, Mariatta
2019-03-02 12:13:55cheryl.sabellasetmessageid: <1551528835.64.0.987531721426.issue36166@roundup.psfhosted.org>
2019-03-02 12:13:55cheryl.sabellalinkissue36166 messages
2019-03-02 12:13:55cheryl.sabellacreate