Commit 58754ba8 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1189 from felixonmars/patch-2

Fix a typo [skip ci]
parents c733e399 9633ecc9
...@@ -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