From 462b7868a2f83e1660291e47a8da5452e1d1fd19 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 9 Jan 2017 00:08:40 +0100 Subject: [PATCH] Fix another invalid \s escale sequence --- jinja2/ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja2/ext.py b/jinja2/ext.py index 03c63e16..75e1f3b6 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 -- 2.47.2