From e84b831807976298af6d27dd684eb5d1803ead2a Mon Sep 17 00:00:00 2001 From: Dgleks <28627941+dgleks@users.noreply.github.com> Date: Tue, 20 Dec 2022 18:28:06 +0000 Subject: [PATCH] Fixed a typo when printing help file matches for keywords that didn't directly locate a help entry. --- evennia/commands/default/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index 8cc6e51350..85fcaeac0d 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -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 = [