From 720bc166cf60e2a7eaab4a08bc2bce8bb8f6a733 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 20 Oct 2009 17:21:56 -0200 Subject: [PATCH] updated new clickdata argument doc --- docs/topics/request-response.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index f8582f444..ec5ca5f31 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -271,15 +271,14 @@ objects. overridden by the one passed in this parameter. :type formdata: dict - :param clickdata: The arguments in clickdata are passed directly to - ClientForm's click_request_data() method. See for more - info. + :param clickdata: Arguments to be passed directly to ClientForm + ``click_request_data()`` method. See `ClientForm`_ homepage for + more info. :type clickdata: dict The other parameters of this class method are passed directly to the :class:`FormRequest` constructor. - Request usage examples ----------------------