#508
authorKenneth Reitz <me@kennethreitz.com>
Thu, 22 Mar 2012 19:00:47 +0000 (15:00 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 22 Mar 2012 19:00:47 +0000 (15:00 -0400)
docs/user/advanced.rst

index 53762eb..19d0e4c 100644 (file)
@@ -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