]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix line length 1031/head
authorMin ho Kim <minho42@gmail.com>
Sun, 7 Jul 2019 14:12:52 +0000 (00:12 +1000)
committerMin ho Kim <minho42@gmail.com>
Sun, 7 Jul 2019 14:12:52 +0000 (00:12 +1000)
jinja2/bccache.py

index 69a7da2ab73d2487971e4151458e579ceb791082..9b8940dfc0858d2135a8e4c420881bccf68b0527 100644 (file)
@@ -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.