summaryrefslogtreecommitdiffstats
path: root/Doc/library/codeop.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/codeop.rst')
-rw-r--r--Doc/library/codeop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codeop.rst b/Doc/library/codeop.rst
index 97b6267..e4523b6 100644
--- a/Doc/library/codeop.rst
+++ b/Doc/library/codeop.rst
@@ -43,7 +43,7 @@ To do just the former:
other value will cause :exc:`ValueError` to be raised.
.. warning::
-
+
It is possible (but not likely) that the parser stops parsing with a
successful outcome before reaching the end of the source; in this case,
trailing symbols may be ignored instead of causing an error. For example,