Skip to content

Commit 0ee543b

Browse files
committed
Fix typo in code comment
1 parent 70185de commit 0ee543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lib/test/test_traceback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2987,7 +2987,7 @@ class MyClass:
29872987
def test_getattr_suggestions_do_not_trigger_for_big_dicts(self):
29882988
class A:
29892989
blech = None
2990-
# A class with a very big __dict__ will not be consider
2990+
# A class with a very big __dict__ will not be considered
29912991
# for suggestions.
29922992
for index in range(2000):
29932993
setattr(A, f"index_{index}", None)

0 commit comments

Comments
 (0)