summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-06-01 05:01:10 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-06-01 05:01:10 (GMT)
commitf9aff925e01aac1d5a3e8e40d534f1d6300417ea (patch)
tree9343d85f032f286abf58908fbbecaf88a3404707 /Doc/library/asyncio-task.rst
parenta90a4a96517fe25b57246083076b247f417d737d (diff)
downloadcpython-f9aff925e01aac1d5a3e8e40d534f1d6300417ea.zip
cpython-f9aff925e01aac1d5a3e8e40d534f1d6300417ea.tar.gz
cpython-f9aff925e01aac1d5a3e8e40d534f1d6300417ea.tar.bz2
Fix typo
Diffstat (limited to 'Doc/library/asyncio-task.rst')
-rw-r--r--Doc/library/asyncio-task.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index cb5fae5..a1b69c8 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -620,7 +620,7 @@ Task functions
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