mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix brackets.
This commit is contained in:
parent
fbb9c0bf3c
commit
d82a9c1618
1 changed files with 2 additions and 2 deletions
|
|
@ -375,8 +375,8 @@ The :keyword:`print` statement
|
|||
.. index:: statement: print
|
||||
|
||||
.. productionlist::
|
||||
print_stmt: "print" ([`expression` ("," `expression`)* [","]
|
||||
: | ">>" `expression` [("," `expression`)+ [","])
|
||||
print_stmt: "print" ([`expression` ("," `expression`)* [","]]
|
||||
: | ">>" `expression` [("," `expression`)+ [","]])
|
||||
|
||||
:keyword:`print` evaluates each expression in turn and writes the resulting
|
||||
object to standard output (see below). If an object is not a string, it is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue