Fix typo in code comment (#102726)

This commit is contained in:
Martin Breuss 2023-03-15 20:18:18 +01:00 committed by GitHub
parent 215007b576
commit 00d1ef73d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)