Merge pull request #3039 from dgleks/typofixes
Fixed a typo when printing help file matches for keywords that didn't…
This commit is contained in:
commit
dfeb0a298d
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
|
||||||
)
|
)
|
||||||
if suggestions:
|
if suggestions:
|
||||||
help_text += (
|
help_text += (
|
||||||
"\n... But matches where found within the help "
|
"\n... But matches were found within the help "
|
||||||
"texts of the suggestions below."
|
"texts of the suggestions below."
|
||||||
)
|
)
|
||||||
suggestions = [
|
suggestions = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue