summaryrefslogtreecommitdiff
path: root/Doc/library/parser.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/parser.rst')
-rw-r--r--Doc/library/parser.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/parser.rst b/Doc/library/parser.rst
index 1d2da30070..7b380c3670 100644
--- a/Doc/library/parser.rst
+++ b/Doc/library/parser.rst
@@ -234,8 +234,8 @@ determine if an ST was created from source code via :func:`expr` or
.. index:: builtin: compile
- When *st* represents an ``'eval'`` form, this function returns true, otherwise
- it returns false. This is useful, since code objects normally cannot be queried
+ When *st* represents an ``'eval'`` form, this function returns ``True``, otherwise
+ it returns ``False``. This is useful, since code objects normally cannot be queried
for this information using existing built-in functions. Note that the code
objects created by :func:`compilest` cannot be queried like this either, and
are identical to those created by the built-in :func:`compile` function.