From 89598b43ad2635e3221e4f886deda770fffda208 Mon Sep 17 00:00:00 2001 From: Brantley Harris Date: Sun, 21 Feb 2010 18:32:26 -0500 Subject: [PATCH] Fixed small typo in docs. --- doc/threading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/threading.rst b/doc/threading.rst index 758e3c5..e0feeac 100644 --- a/doc/threading.rst +++ b/doc/threading.rst @@ -24,7 +24,7 @@ The simplest thing to do with :mod:`~eventlet.tpool` is to :func:`~eventlet.tpoo >>> tpool.execute(my_func, thread.get_ident()) running in new thread: True -My default there are 20 threads in the pool, but you can configure this by setting the environment variable ``EVENTLET_THREADPOOL_SIZE`` to the desired pool size before importing tpool. +By default there are 20 threads in the pool, but you can configure this by setting the environment variable ``EVENTLET_THREADPOOL_SIZE`` to the desired pool size before importing tpool. .. automodule:: eventlet.tpool :members: \ No newline at end of file