projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ee6aa
)
Fixed typo.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 2 May 2009 12:22:32 +0000
(14:22 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 2 May 2009 12:22:32 +0000
(14:22 +0200)
--HG--
branch : trunk
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index 7714416fb605bae14b33d17d1aa27f74597864a0..f3c11fc15fb7495a685fd0113a7623c88b8474a9 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-319,7
+319,7
@@
A child template might look like this::
{% block content %}
<h1>Index</h1>
<p class="important">
- Welcome on my awsome homepage.
+ Welcome on my aw
e
some homepage.
</p>
{% endblock %}