Skip to content

Commit 688bba7

Browse files
committed
Fixed spelling.
1 parent 76941a6 commit 688bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ def complete(
24702470
error_msg = str(ex)
24712471
formatted_error = ""
24722472

2473-
# Don't display anything if the error is blank (e.g. _NoResultsError for an argument which supresses hints)
2473+
# Don't display anything if the error is blank (e.g. _NoResultsError for an argument which suppresses hints)
24742474
if error_msg:
24752475
# _NoResultsError completion hints already include a trailing "\n".
24762476
end = "" if isinstance(ex, argparse_completer._NoResultsError) else "\n"

0 commit comments

Comments
 (0)