Fixed spelling error in documentation.
authorChris Van Horne <chris.vanhorne@gmail.com>
Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)
committerChris Van Horne <chris.vanhorne@gmail.com>
Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)
docs/user/advanced.rst

index 9d1a94318ea96b5054d1284fd253b8c505efacc2..87b180c13b781f0dc72a404b790e7c0ec73980bc 100644 (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)