From f9aff925e01aac1d5a3e8e40d534f1d6300417ea Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 1 Jun 2016 00:01:10 -0500 Subject: Fix typo --- Doc/library/asyncio-task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12