]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo: "the iterates" > "that iterates" 461/head
authorSteven Maude <StevenMaude@users.noreply.github.com>
Sat, 11 Jul 2015 22:01:08 +0000 (23:01 +0100)
committerSteven Maude <StevenMaude@users.noreply.github.com>
Sat, 11 Jul 2015 22:01:08 +0000 (23:01 +0100)
In filters.py.

jinja2/filters.py

index feb331bbc9902269c9775b44b17e66bdc5ee1138..e5c7a1ab439f803d76563a4cd77695bc92cfb539 100644 (file)
@@ -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):