Fix brackets.

This commit is contained in:
Georg Brandl 2008-06-06 10:43:43 +00:00
parent fbb9c0bf3c
commit d82a9c1618
1 changed files with 2 additions and 2 deletions

View File

@ -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