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 99850b8 commit 6e78014Copy full SHA for 6e78014
1 file changed
Lib/test/test_concurrent_futures/executor.py
@@ -67,7 +67,7 @@ def test_map_exception(self):
67
msg="next one should raise a ZeroDivisionError",
68
)
69
70
- # a failed future must not be captured in its
+ # a failed future should not be captured in its
71
# future._exception.__traceback__ to avoid a reference cycle
72
self.assertFalse(
73
[
0 commit comments