summaryrefslogtreecommitdiff
path: root/jinja2/ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/ext.py')
-rw-r--r--jinja2/ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/ext.py b/jinja2/ext.py
index 03c63e1..75e1f3b 100644
--- a/jinja2/ext.py
+++ b/jinja2/ext.py
@@ -87,7 +87,7 @@ class Extension(with_metaclass(ExtensionRegistry, object)):
def filter_stream(self, stream):
"""It's passed a :class:`~jinja2.lexer.TokenStream` that can be used
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.Token`\\s, but it doesn't have to return a
:class:`~jinja2.lexer.TokenStream`.
In the `ext` folder of the Jinja2 source distribution there is a file