summaryrefslogtreecommitdiffstats
path: root/Doc/library/parser.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/parser.rst')
-rw-r--r--Doc/library/parser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/parser.rst b/Doc/library/parser.rst
index e361a26..9323090 100644
--- a/Doc/library/parser.rst
+++ b/Doc/library/parser.rst
@@ -321,7 +321,7 @@ Examples
.. index:: builtin: compile
The parser modules allows operations to be performed on the parse tree of Python
-source code before the bytecode is generated, and provides for inspection of the
+source code before the :term:`bytecode` is generated, and provides for inspection of the
parse tree for information gathering purposes. Two examples are presented. The
simple example demonstrates emulation of the :func:`compile` built-in function
and the complex example shows the use of a parse tree for information discovery.