Skip to content

Commit 3e44402

Browse files
Changed "to much" to "too much"
Changed the comment on line 1348 from "to much time in this function" to "too much time in this function"
1 parent f0a3c6e commit 3e44402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ def _find_keyword_typos(self):
13451345
continue
13461346

13471347
# Limit the number of valid tokens to consider to not spend
1348-
# to much time in this function
1348+
# too much time in this function
13491349
tokens_left_to_process -= 1
13501350
if tokens_left_to_process < 0:
13511351
break

0 commit comments

Comments
 (0)