From 48d624b4412da6f29938d1f355774aa9d1e8ae88 Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 2 Jun 2009 00:24:40 +0000 Subject: fixed typo --- docs/tutorials/bfgwiki2/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/bfgwiki2') diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 363f96d5d..e2f96cf50 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -112,7 +112,7 @@ The ``add_page`` function will be invoked when a user clicks on a ``check`` function within the ``view_page`` view generates URLs to this view. It also acts as a handler for the form that is generated when we want to add a page object. The ``context`` of the -``add_page`` view is will always have the attributes we need to +``add_page`` view will always have the attributes we need to construct URLs and find model objects. The context object will have a ``pagename`` attribute that matches the -- cgit v1.2.3