From c5855506bcdb651e3cbafd24d84d674205f61975 Mon Sep 17 00:00:00 2001 From: Kevin Schuetz Date: Tue, 26 Jul 2011 14:21:52 -0500 Subject: [PATCH] added comma --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.26.2