Skip to content

Commit 248da4c

Browse files
Herrtianmiss-islington
authored andcommitted
pythongh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (pythonGH-148073)
(cherry picked from commit 611d606) Co-authored-by: TT <70463940+Herrtian@users.noreply.github.com>
1 parent 12683e3 commit 248da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ Wait until a file descriptor received some data using the
20332033
Set signal handlers for SIGINT and SIGTERM
20342034
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20352035

2036-
(This ``signals`` example only works on Unix.)
2036+
(This ``signal`` example only works on Unix.)
20372037

20382038
Register handlers for signals :const:`~signal.SIGINT` and :const:`~signal.SIGTERM`
20392039
using the :meth:`loop.add_signal_handler` method::

0 commit comments

Comments
 (0)