diff options
| author | BoĊĦtjan Mejak <bostjan.xperia@gmail.com> | 2019-05-19 11:01:36 +0200 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-19 02:01:36 -0700 |
| commit | 1d5bdef550d4395211fbe5f3c1444d7ea5bb54a2 (patch) | |
| tree | cf5d24347f13560923d3777e709d330155315223 | |
| parent | f665b96e92a6a6943e312e2c606f348db95939ab (diff) | |
| download | cpython-git-1d5bdef550d4395211fbe5f3c1444d7ea5bb54a2.tar.gz | |
Orthographical fix (GH-13418)
Add a missing comma.
| -rw-r--r-- | Doc/library/asyncio-task.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index e7cf39b2bc..bb064bd93d 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -40,7 +40,7 @@ be executed:: >>> main() <coroutine object main at 0x1053bb7c8> -To actually run a coroutine asyncio provides three main mechanisms: +To actually run a coroutine, asyncio provides three main mechanisms: * The :func:`asyncio.run` function to run the top-level entry point "main()" function (see the above example.) |
