From: Armin Ronacher Date: Sat, 2 May 2009 12:22:32 +0000 (+0200) Subject: Fixed typo. X-Git-Tag: 2.2~15^2~3^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6601537f801c3ef3331100a5024e40adc9ce07b1;p=jinja2.git Fixed typo. --HG-- branch : trunk --- 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 %}