Typo in understanding hubs doc

This commit is contained in:
Hong Minhee
2012-05-09 00:46:18 +09:00
parent 9ee72b455d
commit 48056f0b5f

View File

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