[Python-checkins] Orthographical fix (GH-13418)

Miss Islington (bot) webhook-mailer at python.org
Sun May 19 05:01:43 EDT 2019


https://github.com/python/cpython/commit/1d5bdef550d4395211fbe5f3c1444d7ea5bb54a2
commit: 1d5bdef550d4395211fbe5f3c1444d7ea5bb54a2
branch: master
author: Boštjan Mejak <bostjan.xperia at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-19T02:01:36-07:00
summary:

Orthographical fix (GH-13418)



Add a missing comma.

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index e7cf39b2bccd..bb064bd93dea 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.)



More information about the Python-checkins mailing list