Fixed small typo in docs.

This commit is contained in:
Brantley Harris
2010-02-21 18:32:26 -05:00
parent dba52d1fec
commit 89598b43ad

View File

@@ -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: