Skip to content

Commit 6d30e2f

Browse files
wrong name rename
1 parent f32c29a commit 6d30e2f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def print_exc(typ, exc, tb, prefix=""):
290290
seen.add(id(exc))
291291
context = exc.__context__
292292
cause = exc.__cause__
293-
prifix2 = f"{prefix}| " if prefix else ""
293+
prefix2 = f"{prefix}| " if prefix else ""
294294
if cause is not None and id(cause) not in seen:
295295
print_exc(type(cause), cause, cause.__traceback__, prefix)
296296
print(f"{prefix2}\n{prefix2}The above exception was the direct cause "

Misc/NEWS.d/next/IDLE/2025-10-05-18-33-15.gh-issue-139551.TX9BRc.rst renamed to Misc/NEWS.d/next/IDLE/2025-10-05-18-44-38.gh-issue-139551.TX9BRc.rst

File renamed without changes.

0 commit comments

Comments
 (0)