Skip to content

Commit 2b77183

Browse files
Apply suggestions from code review
Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent e6ba9b1 commit 2b77183

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/traceback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,7 @@ def _compute_suggestion_error(exc_value, tb, wrong_name):
17901790

17911791
return suggestion
17921792

1793+
17931794
def _calculate_closed_name(wrong_name, d):
17941795
try:
17951796
import _suggestions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
suggest possible module in ``python -m module`` if the module name is wrong
1+
Suggest a possible module name in ``python -m module`` if the module name is wrong.

0 commit comments

Comments
 (0)