summaryrefslogtreecommitdiffstats
path: root/doc/interface.rst
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-09-09 10:53:29 -0700
committerThomas Kluyver <takowl@gmail.com>2014-09-09 10:53:29 -0700
commiteb87e467ed733236e8a171d090a036d8148e0ef5 (patch)
tree121f053955ff1de318ac5b7b358e889f58b2ba2f /doc/interface.rst
parent0f8ea0492007d5a330558665e00012b0b7b92fef (diff)
parent7004c41eee520b9a9e012c31903c3c955ca1e1f1 (diff)
Merge pull request #25 from rahulmr/patch-1
Parameter name was incorrect
Diffstat (limited to 'doc/interface.rst')
-rw-r--r--doc/interface.rst2
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)