From: Zachary Ware Date: Wed, 1 Jun 2016 05:01:10 +0000 (-0500) Subject: Fix typo X-Git-Tag: v3.5.2rc1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9aff925e01aac1d5a3e8e40d534f1d6300417ea;p=python Fix typo --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index cb5fae5206..a1b69c8a66 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