From: Kristi Tsukida Date: Wed, 11 Jul 2012 01:16:28 +0000 (-0700) Subject: clarify lstrip_blocks option X-Git-Tag: 2.7~48^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca927f88b1456c1e234064c7f4ab21eca06fce7e;p=thirdparty%2Fjinja.git clarify lstrip_blocks option --- diff --git a/jinja2/environment.py b/jinja2/environment.py index 6f089da4..33286b7e 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -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'``,