mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fixed typoe (s/repsonses/responses/)
This commit is contained in:
@@ -135,7 +135,7 @@ we'll send them all at the same time with ``async.map()``. Using ``async.map()`
|
||||
will also guarantee execution of the ``response`` hook, described below. ::
|
||||
|
||||
>>> responses = async.map(rs)
|
||||
>>> repsonses
|
||||
>>> responses
|
||||
[<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>]
|
||||
|
||||
.. admonition:: Throttling
|
||||
|
||||
Reference in New Issue
Block a user