From 3049cd911a4863f17b9bd4c429ceda1633f67726 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Sat, 25 Jun 2016 10:00:29 +0200 Subject: [PATCH] Indentation --- docs/turbogears/minimal/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/turbogears/minimal/index.rst b/docs/turbogears/minimal/index.rst index 0d8d575..c4aa18f 100644 --- a/docs/turbogears/minimal/index.rst +++ b/docs/turbogears/minimal/index.rst @@ -194,7 +194,7 @@ in our ``hello.xhtml`` template: Hello -

Hello ${h.text.truncate(person, 5)}

+

Hello ${h.text.truncate(person, 5)}

Hello World!