Skip to content

Commit fce7867

Browse files
committed
Fix typo
1 parent d0f68a0 commit fce7867

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
@@ -1133,7 +1133,7 @@ def __init__(self, exc_type, exc_value, exc_traceback, *, limit=None,
11331133
suggestion = _compute_suggestion_error(exc_value, exc_traceback, wrong_name)
11341134
if suggestion:
11351135
if suggestion.isascii():
1136-
# Prepending attribute accesseses with a dot makes the message much
1136+
# Prepending attribute accesses with a dot makes the message much
11371137
# easier to understand in the most common cases.
11381138
# See GH-144285.
11391139
self._str += f". Did you mean '.{suggestion}' instead of '.{wrong_name}'?"

0 commit comments

Comments
 (0)