#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 53762eb10e059b9688d6ad4e32818a44eee357ea..19d0e4c08c3cd5a20cf89245e6fd49f93e155375 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