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.
2 parents 7b673d4 + c1bafb9 commit c083583Copy full SHA for c083583
trio_asyncio/_base.py
@@ -604,7 +604,7 @@ def no_autoclose(self, fd):
604
# drop all file descriptors, optionally close them
605
606
def _cancel_fds(self):
607
- """Clean up all of thsi loop's open read or write requests"""
+ """Clean up all of this loop's open read or write requests"""
608
for fd, key in list(self._selector.get_map().items()):
609
for flag in (0, 1):
610
if key.events & (1 << flag):
0 commit comments