diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2014-09-09 10:53:29 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2014-09-09 10:53:29 -0700 |
| commit | eb87e467ed733236e8a171d090a036d8148e0ef5 (patch) | |
| tree | 121f053955ff1de318ac5b7b358e889f58b2ba2f | |
| parent | 0f8ea0492007d5a330558665e00012b0b7b92fef (diff) | |
| parent | 7004c41eee520b9a9e012c31903c3c955ca1e1f1 (diff) | |
Merge pull request #25 from rahulmr/patch-1
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) |
