]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
clarify lstrip_blocks option
authorKristi Tsukida <kristi.dev@gmail.com>
Wed, 11 Jul 2012 01:16:28 +0000 (18:16 -0700)
committerKristi Tsukida <kristi.dev@gmail.com>
Wed, 11 Jul 2012 01:16:28 +0000 (18:16 -0700)
jinja2/environment.py

index 6f089da4601d3b481d26d55d7232bb97e6a2424c..33286b7e607f1f3088cadb7e2335581678b9e6ce 100644 (file)
@@ -136,7 +136,7 @@ class Environment(object):
 
         `lstrip_blocks`
             If this is set to ``True`` leading spaces and tabs are stripped
-            from a block if the block starts the line.  Defaults to `False`.
+            from the start of a line to a block.  Defaults to `False`.
 
         `newline_sequence`
             The sequence that starts a newline.  Must be one of ``'\r'``,