Merge pull request #3022 from chiizujin/help_typos

Fix help typos
This commit is contained in:
Griatch 2022-12-14 21:02:16 +01:00 committed by GitHub
commit 1e00068768
2 changed files with 3 additions and 3 deletions

View file

@ -1029,7 +1029,7 @@ class CmdStyle(COMMAND_DEFAULT_CLASS):
style <option> = <value> style <option> = <value>
Configure stylings for in-game display elements like table borders, help Configure stylings for in-game display elements like table borders, help
entriest etc. Use without arguments to see all available options. entries etc. Use without arguments to see all available options.
""" """

View file

@ -31,7 +31,7 @@ HELP_ENTRY_DICTS = [
"category": "General", "category": "General",
"locks": "read:perm(Developer)", "locks": "read:perm(Developer)",
"text": """ "text": """
Evennia is a MU-game server and frameworkdin Python. You can read more Evennia is a MU-game server and framework written in Python. You can read more
on https://www.evennia.com. on https://www.evennia.com.
# subtopics # subtopics
@ -60,7 +60,7 @@ HELP_ENTRY_DICTS = [
"category": "building", "category": "building",
"text": """ "text": """
Evennia comes with a bunch of default building commands. You can Evennia comes with a bunch of default building commands. You can
find a beginner tutorial in the evennia documentation. find a beginner tutorial in the Evennia documentation.
""", """,
}, },