Skip to content

Commit 61b502f

Browse files
Update Lib/asyncio/base_events.py
Co-authored-by: Kumar Aditya <[email protected]>
1 parent f32efd7 commit 61b502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/base_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def _shutdown(self):
325325
if self._state == _ServerState.CLOSED:
326326
self._state = _ServerState.SHUTDOWN
327327
elif self._state == _ServerState.SHUTDOWN:
328-
# gh109564: the wakeup method has two possible call-sites,
328+
# gh-109564: the wakeup method has two possible call-sites,
329329
# through an explicit call Server.close(), or indirectly through
330330
# Server._detach() by the last connected client.
331331
return

0 commit comments

Comments
 (0)