mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Correct minor inline documentation typos.
This commit is contained in:
parent
49f24d2372
commit
f5b40648a6
2 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ INSTALLED_APPS = (
|
|||
)
|
||||
|
||||
"""
|
||||
A tuple of strings representing all of the Evennia (IE: non-custom) commnad
|
||||
A tuple of strings representing all of the Evennia (IE: non-custom) command
|
||||
modules that are used at the login screen in the UNLOGGED command table. Do
|
||||
not modify this directly, add your custom command modules to
|
||||
CUSTOM_UNLOGGED_COMMAND_MODULES.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class StateTable(object):
|
|||
exit_command=True):
|
||||
"""
|
||||
Access function; transparently add commands to a specific command table to
|
||||
reprsent a particular state. This command is similar to the normal
|
||||
represent a particular state. This command is similar to the normal
|
||||
command_table.add_command() function. See example in gamesrc/commands/examples.
|
||||
|
||||
command_string: (str) command name to run, like look, @list etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue