From: Georg Brandl Date: Fri, 6 Jun 2008 10:43:43 +0000 (+0000) Subject: Fix brackets. X-Git-Tag: v2.6b1~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d82a9c1618be09690ddab73aa3b1f1f994b7c402;p=thirdparty%2FPython%2Fcpython.git Fix brackets. --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index e5028ab9a77f..fa6bd27e88ab 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -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