summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_traceback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_traceback.py b/Lib/test/test_traceback.py
index 92c5a00..7ef93b3 100644
--- a/Lib/test/test_traceback.py
+++ b/Lib/test/test_traceback.py
@@ -2987,7 +2987,7 @@ class SuggestionFormattingTestBase:
def test_getattr_suggestions_do_not_trigger_for_big_dicts(self):
class A:
blech = None
- # A class with a very big __dict__ will not be consider
+ # A class with a very big __dict__ will not be considered
# for suggestions.
for index in range(2000):
setattr(A, f"index_{index}", None)