mirror of https://github.com/scrapy/scrapy.git
fixed some typos in previous commit
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40784
This commit is contained in:
parent
11a9236125
commit
1e55e88111
|
|
@ -50,7 +50,7 @@ Request objects
|
|||
for the rest of the domain crawl, like any browser would do. Example::
|
||||
|
||||
request_with_cookies = Request(url="http://www.example.com",
|
||||
cookies={currency='USD, country='UY'})
|
||||
cookies={currency: 'USD', country: 'UY'})
|
||||
|
||||
``encoding`` is a string with the encoding of this request. This encoding
|
||||
will be used to percent-encode the URL and to convert the body to str (when
|
||||
|
|
|
|||
Loading…
Reference in New Issue