Changeset 1803:7424f0641db1

Show
Ignore:
Timestamp:
10/20/09 17:21:56 (9 months ago)
Author:
Pablo Hoffman <pablo@…>
Branch:
default
Message:

updated new clickdata argument doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/topics/request-response.rst

    r1802 r1803  
    272272       :type formdata: dict 
    273273 
    274        :param clickdata: The arguments in clickdata are passed directly to 
    275           ClientForm's click_request_data() method. See <ClientForm> for more 
    276           info. 
     274       :param clickdata: Arguments to be passed directly to ClientForm 
     275          ``click_request_data()`` method. See `ClientForm`_ homepage for 
     276          more info. 
    277277       :type clickdata: dict 
    278278 
    279279       The other parameters of this class method are passed directly to the 
    280280       :class:`FormRequest` constructor. 
    281  
    282281 
    283282Request usage examples