Skip to content

Commit dc79004

Browse files
committed
Adjust formatting
1 parent 4b8658a commit dc79004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ clocks to track time.
297297
are called is undefined.
298298

299299
The optional positional *args* will be passed to the callback when
300-
it is called. You can use :func:`functools.partial`
301-
:ref:`to pass *keyword* arguments <asyncio-pass-keywords>` to
300+
it is called. Use :func:`functools.partial`
301+
:ref:`to pass keyword arguments <asyncio-pass-keywords>` to
302302
*callback*.
303303

304304
An optional keyword-only *context* argument allows specifying a
@@ -1041,7 +1041,7 @@ Watching file descriptors
10411041
Any preexisting callback registered for *fd* is cancelled and replaced by
10421042
*callback*.
10431043

1044-
You can use :func:`functools.partial` :ref:`to pass *keyword* arguments
1044+
Use :func:`functools.partial` :ref:`to pass keyword arguments
10451045
<asyncio-pass-keywords>` to *callback*.
10461046

10471047
.. method:: loop.remove_writer(fd)
@@ -1320,7 +1320,7 @@ Unix signals
13201320
Raise :exc:`ValueError` if the signal number is invalid or uncatchable.
13211321
Raise :exc:`RuntimeError` if there is a problem setting up the handler.
13221322

1323-
You can use :func:`functools.partial` :ref:`to pass *keyword* arguments
1323+
Use :func:`functools.partial` :ref:`to pass keyword arguments
13241324
<asyncio-pass-keywords>` to *callback*.
13251325

13261326
Like :func:`signal.signal`, this function must be invoked in the main
@@ -1409,7 +1409,7 @@ Executing code in thread or process pools
14091409

14101410
This method returns a :class:`asyncio.Future` object.
14111411

1412-
You can use :func:`functools.partial` :ref:`to pass *keyword* arguments
1412+
Use :func:`functools.partial` :ref:`to pass keyword arguments
14131413
<asyncio-pass-keywords>` to *func*.
14141414

14151415
.. versionchanged:: 3.5.3

0 commit comments

Comments
 (0)