improved English in example text
authorDouglas Greenshields <dgreenshields@gmail.com>
Fri, 29 Jun 2012 18:16:04 +0000 (20:16 +0200)
committerDouglas Greenshields <dgreenshields@gmail.com>
Fri, 29 Jun 2012 18:16:04 +0000 (20:16 +0200)
doc/templates.rst

index 9fabd53..cf6d19d 100644 (file)
@@ -317,7 +317,7 @@ A child template might look like this:
     {% block content %}
         <h1>Index</h1>
         <p class="important">
-            Welcome on my awesome homepage.
+            Welcome to my awesome homepage.
         </p>
     {% endblock %}