gh-150345: Fix incorrect reference in BaseSelectorEventLoop docstring (#150538)

This commit is contained in:
kodsurfer 2026-05-29 12:54:58 +03:00 committed by GitHub
parent c72d5ea638
commit 6ac4dc8fc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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):