]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-150345: Fix incorrect reference in BaseSelectorEventLoop docstring (#150538)
authorkodsurfer <86408225+kodsurfer@users.noreply.github.com>
Fri, 29 May 2026 09:54:58 +0000 (12:54 +0300)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 09:54:58 +0000 (15:24 +0530)
Lib/asyncio/selector_events.py

index adfbc093a0d16d6e671ded54799270aa6257b2b3..fa04c1db36d33c0555c77051b715618e490028ae 100644 (file)
@@ -53,7 +53,7 @@ def _test_selector_event(selector, fd, event):
 class BaseSelectorEventLoop(base_events.BaseEventLoop):
     """Selector event loop.
 
-    See events.EventLoop for API specification.
+    See events.AbstractEventLoop for API specification.
     """
 
     def __init__(self, selector=None):