summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonatan Alexis Anauati <barakawins@gmail.com>2019-02-11 18:52:31 -0300
committerTim Graham <timograham@gmail.com>2019-02-11 16:52:41 -0500
commitd2f942737c86adda92aa5ee7e28ccfa1cd419026 (patch)
tree1917681fa71acf1d2856905014f26f2c81b5b117 /docs
parent74428138ccf17d411be624f3fa8f19dcfb4f54be (diff)
[2.2.x] Fixed indentation in docs/topics/templates.txt.
Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 8651fdeaca..b993ef4d0e 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -514,7 +514,7 @@ fictional ``foobar`` template library::
def from_string(self, template_code):
try:
- return Template(self.engine.from_string(template_code))
+ return Template(self.engine.from_string(template_code))
except foobar.TemplateCompilationFailed as exc:
raise TemplateSyntaxError(exc.args)