From 7004c41eee520b9a9e012c31903c3c955ca1e1f1 Mon Sep 17 00:00:00 2001 From: Rahul Mishra Date: Tue, 9 Sep 2014 23:20:17 +0530 Subject: Parameter name was incorrect --- doc/interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/interface.rst') 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) -- cgit v1.3