Skip to content

Commit

Permalink
Merge pull request #30 from ParthGandhi/patch-1
Browse files Browse the repository at this point in the history
Typo Innitially -> Initially
  • Loading branch information
yasoob committed Aug 18, 2015
2 parents f11e6ee + cf82253 commit 5538a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coroutines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ example would be a ``grep`` alternative in Python:
print(line)
Wait! What does ``yield`` return? Well we have turned it into a
coroutine. It does not contain any value innitially instead we supply it
coroutine. It does not contain any value initially instead we supply it
values externally. We supply values by using the ``.send()`` method.
Here is an example:

Expand Down

0 comments on commit 5538a40

Please sign in to comment.