Skip to content

Commit 27b89b6

Browse files
committed
trim trailing whitespace
1 parent 3a2926f commit 27b89b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ def _find_keyword_typos(self):
14851485
# Limit the number of possible matches to try
14861486
max_matches = 3
14871487
matches = []
1488-
1488+
14891489
hint = _get_cross_language_keyword_hint(wrong_name)
14901490
if hint:
14911491
matches.append(hint)

0 commit comments

Comments
 (0)