doc: removed duplicated callback argument from Request.replace()

This commit is contained in:
Pablo Hoffman 2011-12-23 15:55:46 -02:00
parent 8bf19e6b41
commit 1aeccdd6c5
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Request objects
Return a new Request which is a copy of this Request. See also:
:ref:`topics-request-response-ref-request-callback-arguments`.
.. method:: Request.replace([url, callback, method, headers, body, cookies, meta, encoding, dont_filter, callback, errback])
.. method:: Request.replace([url, method, headers, body, cookies, meta, encoding, dont_filter, callback, errback])
Return a Request object with the same members, except for those members
given new values by whichever keyword arguments are specified. The