Skip to content

Commit ddfcfe5

Browse files
authored
Update selector_events.py
1 parent 576ef47 commit ddfcfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/selector_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _close_self_pipe(self):
132132
self._csock.close()
133133
self._csock = None
134134

135-
self._internal_fds -= 1
135+
self._internal_fds -= 1
136136

137137

138138

0 commit comments

Comments
 (0)