Kaydet (Commit) d82a9c16 authored tarafından Georg Brandl's avatar Georg Brandl

Fix brackets.

üst fbb9c0bf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment