From: Min ho Kim Date: Sun, 7 Jul 2019 14:12:52 +0000 (+1000) Subject: Fix line length X-Git-Tag: 2.11.0~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911df8e7920c33733d279ce29f0dad83cd9c0b1b;p=thirdparty%2Fjinja.git Fix line length --- diff --git a/jinja2/bccache.py b/jinja2/bccache.py index 69a7da2a..9b8940df 100644 --- a/jinja2/bccache.py +++ b/jinja2/bccache.py @@ -3,7 +3,8 @@ jinja2.bccache ~~~~~~~~~~~~~~ - This module implements the bytecode cache system that Jinja optionally uses. This is useful if you have very complex template situations and + This module implements the bytecode cache system that Jinja optionally uses. + This is useful if you have very complex template situations and the compilation of all those templates slows down your application too much.