projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d1b34
)
#508
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 22 Mar 2012 19:00:47 +0000
(15:00 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 22 Mar 2012 19:00:47 +0000
(15:00 -0400)
docs/user/advanced.rst
patch
|
blob
|
history
diff --git
a/docs/user/advanced.rst
b/docs/user/advanced.rst
index
53762eb
..
19d0e4c
100644
(file)
--- a/
docs/user/advanced.rst
+++ b/
docs/user/advanced.rst
@@
-135,6
+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
[<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>]
.. admonition:: Throttling