mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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:
|
||||
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