projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ec515
)
eached->reached
author
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:12:21 +0000
(14:12 -0500)
committer
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:12:21 +0000
(14:12 -0500)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index ab1b9c1cf96441bf02c507209226fc8f4cfb4e20..c1fab46b08a2180ff7a4004d18180e12001ce896 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
eached the processing is stopped and continues
+terminated
; if `continue` is r
eached the processing is stopped and continues
with the next iteration.
Here a loop that skips every second item::