From 85ada61ac492ec6031db813463f4ea6820fee20b Mon Sep 17 00:00:00 2001 From: Jonatan Alexis Anauati Date: Mon, 11 Feb 2019 18:52:31 -0300 Subject: [PATCH] Fixed indentation in docs/topics/templates.txt. --- docs/topics/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)