Skip to content

Commit df87f52

Browse files
committed
Add term markup for awaitable and coroutine in NEWS item
1 parent 692c1b2 commit df87f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Enhance :meth:`asyncio.Runner.run` to accept the same object types as
22
:meth:`~asyncio.loop.run_until_complete`. Instead of accepting
3-
only a coroutine, it now accepts an awaitable, coroutine,
4-
:class:`asyncio.Future`, or :class:`asyncio.Task`.
3+
only a :term:`coroutine`, it now accepts an :term:`awaitable`,
4+
:term:`coroutine`, :class:`asyncio.Future`, or :class:`asyncio.Task`.

0 commit comments

Comments
 (0)