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 1d5bdef

Browse filesBrowse files
PedanticHackermiss-islington
authored andcommitted
Orthographical fix (GH-13418)
Add a missing comma.
1 parent f665b96 commit 1d5bdef
Copy full SHA for 1d5bdef

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/asyncio-task.rst

Copy file name to clipboardExpand all lines: Doc/library/asyncio-task.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ be executed::
4040
>>> main()
4141
<coroutine object main at 0x1053bb7c8>
4242

43-
To actually run a coroutine asyncio provides three main mechanisms:
43+
To actually run a coroutine, asyncio provides three main mechanisms:
4444

4545
* The :func:`asyncio.run` function to run the top-level
4646
entry point "main()" function (see the above example.)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.