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 70185de commit 0ee543bCopy full SHA for 0ee543b
Lib/test/test_traceback.py
@@ -2987,7 +2987,7 @@ class MyClass:
2987
def test_getattr_suggestions_do_not_trigger_for_big_dicts(self):
2988
class A:
2989
blech = None
2990
- # A class with a very big __dict__ will not be consider
+ # A class with a very big __dict__ will not be considered
2991
# for suggestions.
2992
for index in range(2000):
2993
setattr(A, f"index_{index}", None)
0 commit comments