We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f008c51 + 8b71cb4 commit d0cfe23Copy full SHA for d0cfe23
1 file changed
tutorial.md
@@ -308,7 +308,7 @@ def foo(message, n):
308
# foo
309
thread1 = Greenlet.spawn(foo, "Hello", 1)
310
311
-# Wrapper for creating and runing a new Greenlet from the named
+# Wrapper for creating and running a new Greenlet from the named
312
# function foo, with the passed arguments
313
thread2 = gevent.spawn(foo, "I live!", 2)
314
0 commit comments