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 9c781c1 commit a438301Copy full SHA for a438301
1 file changed
Lib/test/test_concurrent_futures/executor.py
@@ -69,7 +69,7 @@ def test_map_exception(self):
69
70
self.assertFalse(
71
gc.get_referrers(error),
72
- msg="the raised error should not have any referrer",
+ msg="the raised error should not have any referrers",
73
)
74
75
tb = error.__traceback__
0 commit comments