gh-95767: Fix grammatical error in asyncio loop.create_task docs (#95768)

This commit is contained in:
Andrzej Bartosiński 2022-08-09 15:59:27 +02:00 committed by GitHub
parent 8d37c62c2a
commit 141f2517fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ Creating Futures and Tasks
.. method:: loop.create_task(coro, *, name=None, context=None)
Schedule the execution of a :ref:`coroutine`.
Schedule the execution of :ref:`coroutine <coroutine>` *coro*.
Return a :class:`Task` object.
Third-party event loops can use their own subclass of :class:`Task`