From b147a43508a0b2528b13356b707206222458804e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Fidosz?= Date: Tue, 15 Feb 2011 21:28:26 +0100 Subject: fixed typo in docs in wiki2 tutorial --- docs/tutorials/wiki2/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst index d4417ed0b..bd9c37f9a 100644 --- a/docs/tutorials/wiki2/definingviews.rst +++ b/docs/tutorials/wiki2/definingviews.rst @@ -164,7 +164,7 @@ The ``edit_page`` view function The ``edit_page`` function will be invoked when a user clicks the "Edit this Page" button on the view form. It renders an edit form but it also acts as the handler for the form it renders. The -``matchdict`` attribute of the request passed to the ``add_page`` view +``matchdict`` attribute of the request passed to the ``edit_page`` view will have a ``pagename`` key matching the name of the page the user wants to edit. -- cgit v1.2.3