summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Smith <roy@panix.com>2021-01-30 10:53:38 -0500
committerGitHub <noreply@github.com>2021-01-30 07:53:38 -0800
commit30c23f57955ae2045ee0d510719d9df27369abc3 (patch)
treeb9dca8ddd2b5b111d6d86139500a7abb408fafa5
parentc3b34a06f340234939df5ad77bbe6327ca7fc3f0 (diff)
downloadjinja2-30c23f57955ae2045ee0d510719d9df27369abc3.tar.gz
Improve diction (amount -> number) (#1341)
-rw-r--r--docs/tricks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tricks.rst b/docs/tricks.rst
index 78ac408..7aaaaa0 100644
--- a/docs/tricks.rst
+++ b/docs/tricks.rst
@@ -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.