From: Ricardo Lafuente Date: Mon, 16 Oct 2017 11:11:44 +0000 (+0100) Subject: Fix typo in docstring (#779) X-Git-Tag: 2.10~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f92b5947e9dba8ba997dd93921cbf1538bb79f;p=thirdparty%2Fjinja.git Fix typo in docstring (#779) --- diff --git a/jinja2/filters.py b/jinja2/filters.py index 07e8ccae..267dddda 100644 --- a/jinja2/filters.py +++ b/jinja2/filters.py @@ -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