projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522af5d
)
added comma
author
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:21:52 +0000
(14:21 -0500)
committer
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:21:52 +0000
(14:21 -0500)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index 50b6b7ec1264fdb10b9d03b50509d91999e4cc2e..48429a5880396f7add90bbedd286e272e79827db 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-1295,7
+1295,7
@@
Loop Controls
If the application enables the :ref:`loopcontrols-extension` it's possible to
use `break` and `continue` in loops. When `break` is reached, the loop is
-terminated; if `continue` is reached the processing is stopped and continues
+terminated; if `continue` is reached
,
the processing is stopped and continues
with the next iteration.
Here a loop that skips every second item::