mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 21:24:20 +00:00
Parameters to Request() in wrong order
Implied that callback wasn't the first optional unnamed parameter.
This commit is contained in:
parent
8bf3284ebf
commit
0ba0d85685
@ -24,7 +24,7 @@ below in :ref:`topics-request-response-ref-request-subclasses` and
|
||||
Request objects
|
||||
===============
|
||||
|
||||
.. class:: Request(url[, method='GET', body, headers, cookies, meta, encoding='utf-8', priority=0, dont_filter=False, callback, errback])
|
||||
.. class:: Request(url[, callback, method='GET', headers, body, cookies, meta, encoding='utf-8', priority=0, dont_filter=False, errback])
|
||||
|
||||
A :class:`Request` object represents an HTTP request, which is usually
|
||||
generated in the Spider and executed by the Downloader, and thus generating
|
||||
|
Loading…
x
Reference in New Issue
Block a user