From 8a2f69a25e1f32fdc3e1b101e78a84469e293f9f Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Sat, 7 Mar 2015 17:38:32 +0530 Subject: [PATCH] Typo Fixed. --- jinja2/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja2/environment.py b/jinja2/environment.py index 06156b8a..b406b5ad 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -136,7 +136,7 @@ class Environment(object): `line_comment_prefix` If given and a string, this will be used as prefix for line based - based comments. See also :ref:`line-statements`. + comments. See also :ref:`line-statements`. .. versionadded:: 2.2 -- 2.47.2