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 ebea928 commit b1d558bCopy full SHA for b1d558b
trio/_core/_thread_cache.py
@@ -58,7 +58,7 @@ def __init__(self, thread_cache):
58
59
def _handle_job(self):
60
# Handle job in a separate method to ensure user-created
61
- # objects are cleaned up in a consistent manner.
+ # objects are cleaned up in a consistent manner.
62
fn, deliver = self._job
63
self._job = None
64
result = outcome.capture(fn)
0 commit comments