mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19795: Improved markup of True/False constants.
This commit is contained in:
commit
0e90e99188
44 changed files with 93 additions and 87 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue