diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index a142f6690..a0e87bf35 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -266,7 +266,7 @@ fields with form data from :class:`Response` objects. The :class:`FormRequest` objects support the following class method in addition to the standard :class:`Request` methods: - .. classmethod:: FormRequest.from_response(response, [formname=None, formnumber=0, formdata=None, formxpath=None, dont_click=False, ...]) + .. classmethod:: FormRequest.from_response(response, [formname=None, formnumber=0, formdata=None, formxpath=None, clickdata=None, dont_click=False, ...]) Returns a new :class:`FormRequest` object with its form field values pre-populated with those found in the HTML ``