Skip to content

Commit c3d802b

Browse files
Tidy up
1 parent 105d551 commit c3d802b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/traceback.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,6 +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,
1807+
} | {
18071808
# Distributors can patch this dictionary to provide installation suggestions.
18081809
}

0 commit comments

Comments
 (0)