Skip to content

Commit d0cfe23

Browse files
committed
Merge pull request sdiehl#29 from simonhayward/patch-1
Typo in comment
2 parents f008c51 + 8b71cb4 commit d0cfe23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def foo(message, n):
308308
# foo
309309
thread1 = Greenlet.spawn(foo, "Hello", 1)
310310

311-
# Wrapper for creating and runing a new Greenlet from the named
311+
# Wrapper for creating and running a new Greenlet from the named
312312
# function foo, with the passed arguments
313313
thread2 = gevent.spawn(foo, "I live!", 2)
314314

0 commit comments

Comments
 (0)