From 6601537f801c3ef3331100a5024e40adc9ce07b1 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 2 May 2009 14:22:32 +0200 Subject: [PATCH] Fixed typo. --HG-- branch : trunk --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 7714416..f3c11fc 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -319,7 +319,7 @@ A child template might look like this:: {% block content %}

Index

- Welcome on my awsome homepage. + Welcome on my awesome homepage.

{% endblock %} -- 2.26.2