mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Fix typo in code comment (#102726)
This commit is contained in:
parent
215007b576
commit
00d1ef73d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user