From 911df8e7920c33733d279ce29f0dad83cd9c0b1b Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Mon, 8 Jul 2019 00:12:52 +1000 Subject: [PATCH] Fix line length --- jinja2/bccache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.2