mirror of https://github.com/scrapy/scrapy.git
FormRequest.from_response doc fix. closes #155
--HG-- extra : rebase_source : d54979f6a15e5e997072dcbbc6d43b426189312b
This commit is contained in:
parent
2121a30c74
commit
5d03405cac
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue