Browse Source

Fixed indentation in docs/topics/templates.txt.

Jonatan Alexis Anauati 6 years ago
parent
commit
85ada61ac4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/templates.txt

+ 1 - 1
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)