From 37070ac30e1c9ae9ec52de51e88174927e00d936 Mon Sep 17 00:00:00 2001 From: Chris Van Horne Date: Fri, 9 Dec 2011 00:48:22 -0700 Subject: [PATCH] Fixed spelling error in documentation. --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4