https://hg.python.org/cpython/rev/b75b4fdd62f8 changeset: 101580:b75b4fdd62f8 parent: 101576:20bd4c23cfe4 parent: 101579:a96822adeaac user: Zachary Ware <zachary.ware at gmail.com> date: Wed Jun 01 00:01:21 2016 -0500 summary: Merge with 3.5 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