diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 177e1e65c..f8582f444 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -250,7 +250,7 @@ objects. The :class:`FormRequest` objects support the following class method in addition to the standard :class:`Request` methods: - .. classmethod:: FormRequest.from_response(response, [formnumber=0, formdata, ...]) + .. classmethod:: FormRequest.from_response(response, [formnumber=0, formdata=None, clickdata=None, ...]) Returns a new :class:`FormRequest` object with its form field values pre-populated with those found in the HTML ``