mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix terminology.
This commit is contained in:
parent
cde5115f26
commit
b6fb8dcbce
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ available. They are listed here in alphabetical order.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
When compiling a string with multi-line statements in ``'single'`` or
|
When compiling a string with multi-line code in ``'single'`` or
|
||||||
``'eval'`` mode, input must be terminated by at least one newline
|
``'eval'`` mode, input must be terminated by at least one newline
|
||||||
character. This is to facilitate detection of incomplete and complete
|
character. This is to facilitate detection of incomplete and complete
|
||||||
statements in the :mod:`code` module.
|
statements in the :mod:`code` module.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue