mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix small grammatical mistake.
This commit is contained in:
parent
fdfe618228
commit
0fefc140aa
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class C:
|
|||
sequence of statements, \code{'eval'} if it consists of a single
|
||||
expression, or \code{'single'} if it consists of a single
|
||||
interactive statement (in the latter case, expression statements
|
||||
that evaluate to something else than \code{None} will printed).
|
||||
that evaluate to something else than \code{None} will be printed).
|
||||
|
||||
When compiling multi-line statements, two caveats apply: line
|
||||
endings must be represented by a single newline character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue