Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5538a40

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎coroutines.rst‎

Copy file name to clipboardExpand all lines: coroutines.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.