mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712)
gh-106634: Corrected minor asyncio doc issues (GH-106671)
(cherry picked from commit 4b4a5b70aa
)
Co-authored-by: Chris Brett <chrisbrett665@gmail.com>
This commit is contained in:
parent
00eb4355e3
commit
dfdded6beb
3 changed files with 3 additions and 2 deletions
|
@ -617,7 +617,7 @@ class AbstractEventLoopPolicy:
|
|||
def get_event_loop(self):
|
||||
"""Get the event loop for the current context.
|
||||
|
||||
Returns an event loop object implementing the BaseEventLoop interface,
|
||||
Returns an event loop object implementing the AbstractEventLoop interface,
|
||||
or raises an exception in case no event loop has been set for the
|
||||
current context and the current policy does not specify to create one.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue