From: Chris Van Horne Date: Fri, 9 Dec 2011 07:48:22 +0000 (-0700) Subject: Fixed spelling error in documentation. X-Git-Tag: v0.8.4~5^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37070ac30e1c9ae9ec52de51e88174927e00d936;p=services%2Fpython-requests.git Fixed spelling error in documentation. --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 9d1a943..87b180c 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -124,7 +124,7 @@ will also guarantee execution of the ``response`` hook, described below. :: .. admonition:: Throttling - The ``map`` function also takes a ``size`` parameter, that specifies the nubmer of connections to make at a time:: + The ``map`` function also takes a ``size`` parameter, that specifies the number of connections to make at a time:: async.map(rs, size=5)