diff options
| author | Rahul Mishra <mishra.rahul1712@gmail.com> | 2014-09-09 23:20:17 +0530 |
|---|---|---|
| committer | Rahul Mishra <mishra.rahul1712@gmail.com> | 2014-09-09 23:20:17 +0530 |
| commit | 7004c41eee520b9a9e012c31903c3c955ca1e1f1 (patch) | |
| tree | 121f053955ff1de318ac5b7b358e889f58b2ba2f | |
| parent | 0f8ea0492007d5a330558665e00012b0b7b92fef (diff) | |
Parameter name was incorrect
| -rw-r--r-- | doc/interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interface.rst b/doc/interface.rst index dd960b4..9a6ac9d 100644 --- a/doc/interface.rst +++ b/doc/interface.rst @@ -39,7 +39,7 @@ Your module should define a class called ``Tile``, with the following interface: interpret the action and carry it out. Tile ``e1`` has a simple example. :param player: the active :class:`~weatbag.Player` instance - :param action: list of strings - the player's input, split up into words, + :param do: list of strings - the player's input, split up into words, lowercase and with prepositions removed .. method:: leave(player, direction) |
