[Python-checkins] cpython (3.5): Fix typo

zach.ware python-checkins at python.org
Wed Jun 1 01:01:36 EDT 2016


https://hg.python.org/cpython/rev/a96822adeaac
changeset:   101579:a96822adeaac
branch:      3.5
parent:      101572:fd0ac7ba091e
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Jun 01 00:01:10 2016 -0500
summary:
  Fix typo

files:
  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
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -620,7 +620,7 @@
 
       Unlike other functions from the module,
       :func:`run_coroutine_threadsafe` requires the *loop* argument to
-      be passed explicitely.
+      be passed explicitly.
 
    .. versionadded:: 3.5.1
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list