Skip to content

Commit

Permalink
fixed typo in documentation: "environmentfilter" -> "evalcontextfilter"
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Jul 1, 2011
1 parent 255d702 commit 449ef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ paragraphs and marks the return value as safe HTML string if autoescaping is
enabled::

import re
from jinja2 import environmentfilter, Markup, escape
from jinja2 import evalcontextfilter, Markup, escape

_paragraph_re = re.compile(r'(?:\r\n|\r|\n){2,}')

Expand Down

0 comments on commit 449ef02

Please sign in to comment.