8000 Fix typo in code comment (#102726) · Fidget-Spinner/cpython@b537248 · GitHub
[go: up one dir, main page]

Skip to content

Commit b537248

Browse files
martin-martinFidget-Spinner
authored andcommitted
Fix typo in code comment (python#102726)
1 parent 7204c41 commit b537248

File tree

< C789 button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 1 deletion
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)
0