From fe164c184edaf810b3c1b4afb757672e2befa2ec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Feb 2011 11:57:26 -0500 Subject: it's request_param --- docs/narr/viewconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index 0a6d9ee61..9b2500a2b 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -258,7 +258,7 @@ configured view. variable) that has a name which matches the supplied value. If the value supplied has a ``=`` sign in it, - e.g. ``request_params="foo=123"``, then the key (``foo``) must both exist + e.g. ``request_param="foo=123"``, then the key (``foo``) must both exist in the ``request.params`` dictionary, *and* the value must match the right hand side of the expression (``123``) for the view to "match" the current request. -- cgit v1.2.3