projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb9c0b
)
Fix brackets.
author
Georg Brandl
<georg@python.org>
Fri, 6 Jun 2008 10:43:43 +0000
(10:43 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 6 Jun 2008 10:43:43 +0000
(10:43 +0000)
Doc/reference/simple_stmts.rst
patch
|
blob
|
history
diff --git
a/Doc/reference/simple_stmts.rst
b/Doc/reference/simple_stmts.rst
index e5028ab9a77fa3125e869861436a63801b799338..fa6bd27e88ab96e26dce29a716a96b37727d2d1d 100644
(file)
--- 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