mirror of
https://github.com/python/cpython.git
synced 2026-06-04 16:50:51 +00:00
gh-150345: Fix incorrect reference in BaseSelectorEventLoop docstring (#150538)
This commit is contained in:
parent
c72d5ea638
commit
6ac4dc8fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue