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

@ -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