From: Kevin Schuetz Date: Tue, 26 Jul 2011 19:21:52 +0000 (-0500) Subject: added comma X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c5855506bcdb651e3cbafd24d84d674205f61975;p=jinja2.git added comma --- diff --git a/docs/templates.rst b/docs/templates.rst index 50b6b7e..48429a5 100644 --- 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::