]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix another invalid \s escale sequence
authorAdrian Moennich <adrian@planetcoding.net>
Sun, 8 Jan 2017 23:08:40 +0000 (00:08 +0100)
committerAdrian Moennich <adrian@planetcoding.net>
Sun, 8 Jan 2017 23:08:40 +0000 (00:08 +0100)
jinja2/ext.py

index 03c63e16f79a632515474fc30f15f5075c7a213f..75e1f3b625e88276adec819c9b02b4f3196e4efd 100644 (file)
@@ -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