Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request pallets#43 from jfinkels/patch-1
fixed typo in documentation: "environmentfilter" -> "evalcontextfilter"
  • Loading branch information
mitsuhiko committed Jul 5, 2011
2 parents 255d702 + 449ef02 commit b523c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
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 b523c93

Please sign in to comment.