From: Andrey Petrov Date: Mon, 2 Apr 2012 23:59:08 +0000 (-0700) Subject: Fixed typoe (s/repsonses/responses/) X-Git-Tag: v0.12.0~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03ae9bee74fbfb0a389be1ee3bd59e691f7017d4;p=services%2Fpython-requests.git Fixed typoe (s/repsonses/responses/) --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 19d0e4c..fd3f754 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