Skip to content

Commit 5538a40

Browse files
committed
Merge pull request yasoob#30 from ParthGandhi/patch-1
Typo Innitially -> Initially
2 parents f11e6ee + cf82253 commit 5538a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coroutines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ example would be a ``grep`` alternative in Python:
4141
print(line)
4242
4343
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
44+
coroutine. It does not contain any value initially instead we supply it
4545
values externally. We supply values by using the ``.send()`` method.
4646
Here is an example:
4747

0 commit comments

Comments
 (0)