summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-21 10:24:20 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-21 10:24:20 (GMT)
commit63fa16832617bfad010e3e70e7f10f713afd7593 (patch)
tree2f24ea291751a34d0b556833b5a1c3c353fb23a8 /Doc/library/inspect.rst
parentfa6179701c0dd7f2ecc21fe0ff6204a4e865094f (diff)
downloadcpython-63fa16832617bfad010e3e70e7f10f713afd7593.zip
cpython-63fa16832617bfad010e3e70e7f10f713afd7593.tar.gz
cpython-63fa16832617bfad010e3e70e7f10f713afd7593.tar.bz2
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r--Doc/library/inspect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 04ea977..7e95eee 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -69,7 +69,7 @@ attributes:
+-----------+-----------------+---------------------------+-------+
| | func_code | code object containing | |
| | | compiled function | |
-| | | bytecode | |
+| | | :term:`bytecode` | |
+-----------+-----------------+---------------------------+-------+
| | func_defaults | tuple of any default | |
| | | values for arguments | |