FormRequest.from_response doc fix. closes #155

--HG--
extra : rebase_source : d54979f6a15e5e997072dcbbc6d43b426189312b
This commit is contained in:
Steven Almeroth 2010-04-26 22:28:07 -03:00
parent 2121a30c74
commit 5d03405cac
1 changed files with 1 additions and 1 deletions

View File

@ -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.