Merge pull request #301 from cwvh/patch-1

Fixed typo in documentation.
This commit is contained in:
Kenneth Reitz
2011-12-09 08:42:18 -08:00
+1 -1
View File
@@ -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)