From 48056f0b5f8279470319dd534aba5542bbe4f5a1 Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Wed, 9 May 2012 00:46:18 +0900 Subject: [PATCH] Typo in understanding hubs doc --- doc/hubs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `, 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 `, or with use_hub. .. function:: eventlet.hubs.use_hub(hub=None)