Correct minor inline documentation typos.

This commit is contained in:
Ari Mudev 2009-07-06 13:14:10 +00:00
parent 49f24d2372
commit f5b40648a6
2 changed files with 2 additions and 2 deletions

View file

@ -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 modules that are used at the login screen in the UNLOGGED command table. Do
not modify this directly, add your custom command modules to not modify this directly, add your custom command modules to
CUSTOM_UNLOGGED_COMMAND_MODULES. CUSTOM_UNLOGGED_COMMAND_MODULES.

View file

@ -36,7 +36,7 @@ class StateTable(object):
exit_command=True): exit_command=True):
""" """
Access function; transparently add commands to a specific command table to 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_table.add_command() function. See example in gamesrc/commands/examples.
command_string: (str) command name to run, like look, @list etc command_string: (str) command name to run, like look, @list etc