Commit 455993e3 authored by Denis Bilenko's avatar Denis Bilenko

fix typo

parent 4c588b69
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Timeout API was changed in backward incompatible way: Timeout API was changed in backward incompatible way:
Timeout.__init__ does not start the timer immediately anymore; start() must be Timeout.__init__ does not start the timer immediately anymore; start() must be
called explicitly. A shourtcut - Timeout.start_new - is provided that creates called explicitly. A shortcut - Timeout.start_new - is provided that creates
and starts a Timeout. and starts a Timeout.
Added gevent.Greenlet class which is a subclass of greenlet that adds a few Added gevent.Greenlet class which is a subclass of greenlet that adds a few
......
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