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 serhiy.storchaka
Recipients docs@python, serhiy.storchaka
Date 2013-11-26.09:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385457525.93.0.980812903017.issue19795@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch improves formatting of True/False in the documentation. "True" becomes "``True``" if it means True constant and "true" if it means true value (in input arguments).

See also issue19793 and issue19794.
History
Date User Action Args
2013-11-26 09:18:45serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2013-11-26 09:18:45serhiy.storchakasetmessageid: <1385457525.93.0.980812903017.issue19795@psf.upfronthosting.co.za>
2013-11-26 09:18:45serhiy.storchakalinkissue19795 messages
2013-11-26 09:18:45serhiy.storchakacreate