summaryrefslogtreecommitdiff
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:19:53 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:19:53 +0200
commit0e90e99188d6fb54c3f5b31a0488318d9c38309d (patch)
treebaeb9819ae83194653cd3c3d4760a6c19c787a4d /Doc/library/dis.rst
parent567eba1852ed89e5cf93dbce33f7e2ca73e8f05d (diff)
parentfbc1c268031a9c8fad65f49c8381b6145bd66ffc (diff)
downloadcpython-git-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.gz
Issue #19795: Improved markup of True/False constants.
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 75962289e5..8293d498a3 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -274,7 +274,7 @@ details of bytecode instructions as :class:`Instruction` instances:
.. data:: is_jump_target
- True if other code jumps to here, otherwise False
+ ``True`` if other code jumps to here, otherwise ``False``
.. versionadded:: 3.4