We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32efd7 commit 61b502fCopy full SHA for 61b502f
Lib/asyncio/base_events.py
@@ -325,7 +325,7 @@ def _shutdown(self):
325
if self._state == _ServerState.CLOSED:
326
self._state = _ServerState.SHUTDOWN
327
elif self._state == _ServerState.SHUTDOWN:
328
- # gh109564: the wakeup method has two possible call-sites,
+ # gh-109564: the wakeup method has two possible call-sites,
329
# through an explicit call Server.close(), or indirectly through
330
# Server._detach() by the last connected client.
331
return
0 commit comments