Issue #19795: Improved markup of True/False constants.

This commit is contained in:
Serhiy Storchaka 2013-11-29 12:19:53 +02:00
commit 0e90e99188
44 changed files with 93 additions and 87 deletions

View file

@ -295,7 +295,7 @@ bytes.
For the ``'?'`` format character, the return value is either :const:`True` or
:const:`False`. When packing, the truth value of the argument object is used.
Either 0 or 1 in the native or standard bool representation will be packed, and
any non-zero value will be True when unpacking.
any non-zero value will be ``True`` when unpacking.