diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-06-01 05:01:10 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-06-01 05:01:10 (GMT) |
commit | f9aff925e01aac1d5a3e8e40d534f1d6300417ea (patch) | |
tree | 9343d85f032f286abf58908fbbecaf88a3404707 /Doc/library/asyncio-task.rst | |
parent | a90a4a96517fe25b57246083076b247f417d737d (diff) | |
download | cpython-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.rst | 2 |
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 |