summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHong Minhee <minhee@dahlia.kr>2012-05-09 00:46:18 +0900
committerHong Minhee <minhee@dahlia.kr>2012-05-09 00:46:18 +0900
commit48056f0b5f8279470319dd534aba5542bbe4f5a1 (patch)
treeb304072bfae875f9f68b6228229c37637e76dbfe /doc
parent9ee72b455d6dc0075a557414464b049f9c7290d1 (diff)
downloadeventlet-48056f0b5f8279470319dd534aba5542bbe4f5a1.tar.gz
Typo in understanding hubs doc
Diffstat (limited to 'doc')
-rw-r--r--doc/hubs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hubs.rst b/doc/hubs.rst
index f159611..9c4de4c 100644
--- a/doc/hubs.rst
+++ b/doc/hubs.rst
@@ -16,7 +16,7 @@ Eventlet has multiple hub implementations, and when you start using it, it tries
**pyevent**
This is a libevent-based backend and is thus the fastest. It's disabled by default, because it does not support native threads, but you can enable it yourself if your use case doesn't require them. (You have to install pyevent, too.)
-If the selected hub is not idea for the application, another can be selected. You can make the selection either with the environment variable :ref:`EVENTLET_HUB <env_vars>`, or with use_hub.
+If the selected hub is not ideal for the application, another can be selected. You can make the selection either with the environment variable :ref:`EVENTLET_HUB <env_vars>`, or with use_hub.
.. function:: eventlet.hubs.use_hub(hub=None)