Skip to content

Commit 88b4c23

Browse files
[3.13] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (GH-148073) (#148245)
Co-authored-by: TT <70463940+Herrtian@users.noreply.github.com>
1 parent 8337805 commit 88b4c23

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)