Skip to content

Commit

Permalink
Fix typo in docstring (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlafuente authored and ThiefMaster committed Oct 16, 2017
1 parent c314761 commit 31f92b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def do_min(environment, value, case_sensitive=False, attribute=None):

@environmentfilter
def do_max(environment, value, case_sensitive=False, attribute=None):
"""Return the smallest item from the sequence.
"""Return the largest item from the sequence.
.. sourcecode:: jinja
Expand Down

0 comments on commit 31f92b5

Please sign in to comment.