Typo in understanding hubs doc
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user