We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76941a6 commit 688bba7Copy full SHA for 688bba7
cmd2/cmd2.py
@@ -2470,7 +2470,7 @@ def complete(
2470
error_msg = str(ex)
2471
formatted_error = ""
2472
2473
- # Don't display anything if the error is blank (e.g. _NoResultsError for an argument which supresses hints)
+ # Don't display anything if the error is blank (e.g. _NoResultsError for an argument which suppresses hints)
2474
if error_msg:
2475
# _NoResultsError completion hints already include a trailing "\n".
2476
end = "" if isinstance(ex, argparse_completer._NoResultsError) else "\n"
0 commit comments