From 1de5ec90e0ecb81ee1f4c4ade0b11c2cc8cf646a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 03:34:51 +0000 Subject: Spellcheck. --- docs/narr/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/templates.rst') diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index c073d201f..3cd5e8f15 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -424,7 +424,7 @@ which renders this template: def my_view(request): return {'name':'world'} -When the template is renderered, it will show: +When the template is rendered, it will show: .. code-block:: text -- cgit v1.2.3