From 5d03405cac35f17af3bbdfa51df1299f0cd4539a Mon Sep 17 00:00:00 2001 From: Steven Almeroth Date: Mon, 26 Apr 2010 22:28:07 -0300 Subject: [PATCH] FormRequest.from_response doc fix. closes #155 --HG-- extra : rebase_source : d54979f6a15e5e997072dcbbc6d43b426189312b --- docs/topics/request-response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 3472b1937..cffcfdee4 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -289,7 +289,7 @@ objects. :param dont_click: If True the form data will be sumbitted without clicking in any element. - :type clickdata: boolean + :type dont_click: boolean The other parameters of this class method are passed directly to the :class:`FormRequest` constructor.