mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Fixed a typo when printing help file matches for keywords that didn't directly locate a help entry.
This commit is contained in:
parent
2881d2dc13
commit
e84b831807
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
|
|||
)
|
||||
if suggestions:
|
||||
help_text += (
|
||||
"\n... But matches where found within the help "
|
||||
"\n... But matches were found within the help "
|
||||
"texts of the suggestions below."
|
||||
)
|
||||
suggestions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue