diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 7c14ba14..53762eb1 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -134,7 +134,7 @@ one at a time with ``Request.send()``, but that would take a while. Instead, 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. :: - >>> async.map(rs) + >>> responses = async.map(rs) [, , , ] .. admonition:: Throttling