Commit 9633ecc9 authored by Felix Yan's avatar Felix Yan Committed by GitHub

Fix a typo

parent c733e399
...@@ -25,7 +25,7 @@ rather than stdio file descriptors.). ...@@ -25,7 +25,7 @@ rather than stdio file descriptors.).
The signal handlers set with the standard signal module are no longer blocked by the event loop. The signal handlers set with the standard signal module are no longer blocked by the event loop.
The event loops are now pluggable. The GEVENT_LOOP enviroment variable can specify the alternative class to use (the default is ``gevent.core.loop``). The event loops are now pluggable. The GEVENT_LOOP environment variable can specify the alternative class to use (the default is ``gevent.core.loop``).
The error handling is now done by Hub.handle_error(). The error handling is now done by Hub.handle_error().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment