summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jinja2/ext.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jinja2/ext.py b/src/jinja2/ext.py
index b231071..d4dda0b 100644
--- a/src/jinja2/ext.py
+++ b/src/jinja2/ext.py
@@ -111,10 +111,6 @@ class Extension(with_metaclass(ExtensionRegistry, object)):
to filter tokens returned. This method has to return an iterable of
:class:`~jinja2.lexer.Token`\\s, but it doesn't have to return a
:class:`~jinja2.lexer.TokenStream`.
-
- In the `ext` folder of the Jinja source distribution there is a file
- called `inlinegettext.py` which implements a filter that utilizes this
- method.
"""
return stream