]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Improve diction (amount -> number) (#1341)
authorRoy Smith <roy@panix.com>
Sat, 30 Jan 2021 15:53:38 +0000 (10:53 -0500)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 15:53:38 +0000 (07:53 -0800)
docs/tricks.rst

index 78ac40862835e45734dcbe26a849f51f7642be0f..7aaaaa073286606153f2719408593d2e425a7158 100644 (file)
@@ -46,7 +46,7 @@ list you can use the `cycle` method on the `loop` object::
     {% endfor %}
     </ul>
 
-`cycle` can take an unlimited amount of strings.  Each time this
+`cycle` can take an unlimited number of strings.  Each time this
 tag is encountered the next item from the list is rendered.