Fixed typoe (s/repsonses/responses/)

This commit is contained in:
Andrey Petrov
2012-04-02 16:59:08 -07:00
parent a364395612
commit 03ae9bee74
+1 -1
View File
@@ -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