2 parents f11e6ee + cf82253 commit 5538a40Copy full SHA for 5538a40
1 file changed
coroutines.rst
@@ -41,7 +41,7 @@ example would be a ``grep`` alternative in Python:
41
print(line)
42
43
Wait! What does ``yield`` return? Well we have turned it into a
44
-coroutine. It does not contain any value innitially instead we supply it
+coroutine. It does not contain any value initially instead we supply it
45
values externally. We supply values by using the ``.send()`` method.
46
Here is an example:
47
0 commit comments