mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +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
|
.. index:: statement: print
|
||||||
|
|
||||||
.. productionlist::
|
.. productionlist::
|
||||||
print_stmt: "print" ([`expression` ("," `expression`)* [","]
|
print_stmt: "print" ([`expression` ("," `expression`)* [","]]
|
||||||
: | ">>" `expression` [("," `expression`)+ [","])
|
: | ">>" `expression` [("," `expression`)+ [","]])
|
||||||
|
|
||||||
:keyword:`print` evaluates each expression in turn and writes the resulting
|
: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
|
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