Skip to content

Commit 6b2d934

Browse files
Fix up
1 parent c3d802b commit 6b2d934

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
@@ -1803,7 +1803,7 @@ def _levenshtein_distance(a, b, max_cost):
18031803

18041804
_missing_stdlib_module = {
18051805
name: f"Windows-only standard library module '{name}' not found"
1806-
for name in _windows_only_modules,
1806+
for name in _windows_only_modules
18071807
} | {
18081808
# Distributors can patch this dictionary to provide installation suggestions.
18091809
}

0 commit comments

Comments
 (0)