https://github.com/python/cpython/commit/611d606a1890be275c70efee37a298a3acc60585
commit: 611d606a1890be275c70efee37a298a3acc60585
branch: main
author: TT <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2026-04-04T16:02:58+05:30
summary:

gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (#148073)

files:
M Doc/library/asyncio-eventloop.rst

diff --git a/Doc/library/asyncio-eventloop.rst 
b/Doc/library/asyncio-eventloop.rst
index d1a5b4e7b4638e..79c9516cda2d60 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -2055,7 +2055,7 @@ Wait until a file descriptor received some data using the
 Set signal handlers for SIGINT and SIGTERM
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-(This ``signals`` example only works on Unix.)
+(This ``signal`` example only works on Unix.)
 
 Register handlers for signals :const:`~signal.SIGINT` and 
:const:`~signal.SIGTERM`
 using the :meth:`loop.add_signal_handler` method::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to