Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnmvisser committed Mar 9, 2017
1 parent 76481fb commit d3da329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/filters.py
Expand Up @@ -200,7 +200,7 @@ def do_dictsort(value, case_sensitive=False, by='key', reverse=False):
{% for item in mydict|dictsort %}
sort the dict by key, case insensitive
{% for item in mydict|dictsort(reverse=True) %}
{% for item in mydict|dictsort(reverse=true) %}
sort the dict by key, case insensitive, reverse order
{% for item in mydict|dictsort(true) %}
Expand Down

0 comments on commit d3da329

Please sign in to comment.