From: Steven Maude Date: Sat, 11 Jul 2015 22:01:08 +0000 (+0100) Subject: Fix typo: "the iterates" > "that iterates" X-Git-Tag: 2.8~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F461%2Fhead;p=thirdparty%2Fjinja.git Fix typo: "the iterates" > "that iterates" In filters.py. --- diff --git a/jinja2/filters.py b/jinja2/filters.py index feb331bb..e5c7a1ab 100644 --- a/jinja2/filters.py +++ b/jinja2/filters.py @@ -763,7 +763,7 @@ def do_mark_unsafe(value): def do_reverse(value): - """Reverse the object or return an iterator the iterates over it the other + """Reverse the object or return an iterator that iterates over it the other way round. """ if isinstance(value, string_types):