fixed some typos in previous commit

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40784
This commit is contained in:
Pablo Hoffman 2009-01-27 12:18:23 +00:00
parent 11a9236125
commit 1e55e88111
1 changed files with 1 additions and 1 deletions

View File

@ -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