diff options
| author | Jonatan Alexis Anauati <barakawins@gmail.com> | 2019-02-11 18:52:31 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-11 16:52:41 -0500 |
| commit | d2f942737c86adda92aa5ee7e28ccfa1cd419026 (patch) | |
| tree | 1917681fa71acf1d2856905014f26f2c81b5b117 | |
| parent | 74428138ccf17d411be624f3fa8f19dcfb4f54be (diff) | |
[2.2.x] Fixed indentation in docs/topics/templates.txt.
Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master.
| -rw-r--r-- | docs/topics/templates.txt | 2 |
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) |
