diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 19d0e4c0..fd3f754a 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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 [, , , ] .. admonition:: Throttling