From: Adrian Moennich Date: Sun, 8 Jan 2017 23:08:40 +0000 (+0100) Subject: Fix another invalid \s escale sequence X-Git-Tag: 2.9.4~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462b7868a2f83e1660291e47a8da5452e1d1fd19;p=thirdparty%2Fjinja.git Fix another invalid \s escale sequence --- 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