From: Roy Smith Date: Sat, 30 Jan 2021 15:53:38 +0000 (-0500) Subject: Improve diction (amount -> number) (#1341) X-Git-Tag: 3.0.0rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c23f57955ae2045ee0d510719d9df27369abc3;p=thirdparty%2Fjinja.git Improve diction (amount -> number) (#1341) --- diff --git a/docs/tricks.rst b/docs/tricks.rst index 78ac4086..7aaaaa07 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 %} -`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.