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:31 -0500
commit85ada61ac492ec6031db813463f4ea6820fee20b (patch)
treeae41159c926ab98a4b4a0a4d63b5cec3296a07c9 /docs
parentd6e5aad5c7eba3d8061c09902de16cd2b22619af (diff)
Fixed indentation in docs/topics/templates.txt.
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)