Skip to content

Commit ba740b3

Browse files
committed
Libevent -> libev
1 parent 7d1a250 commit ba740b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 class="author">
6969
</header>
7070

7171
<blockquote>
72-
gevent is a concurrency library based around the libevent API. It provides a clean API for a variety of concurrency and network related tasks.
72+
gevent is a concurrency library based around libev. It provides a clean API for a variety of concurrency and network related tasks.
7373
</blockquote>
7474

7575
<section id="intro">
@@ -270,8 +270,8 @@ <h3>Spawning threads</h3>
270270
Each thread will be passed the message, and n arguments
271271
in its initialization.
272272
"""
273-
print 'I live!'
274-
gevent.sleep(3)
273+
print message
274+
gevent.sleep(n)
275275

276276
# Initialize a new Greenlet instance running the named function
277277
# foo

0 commit comments

Comments
 (0)