https://github.com/python/cpython/commit/88b4c2305e83cfcf9b23c37091b2d03ed8c8f2a8
commit: 88b4c2305e83cfcf9b23c37091b2d03ed8c8f2a8
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-04-09T14:07:54Z
summary:

[3.13] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' 
(GH-148073) (#148245)

Co-authored-by: TT <[email protected]>

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

diff --git a/Doc/library/asyncio-eventloop.rst 
b/Doc/library/asyncio-eventloop.rst
index 602e2faf38d0c7..6fdbfce54d0d89 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -2033,7 +2033,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