diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | doc/interface.rst | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,6 @@ *.py[cod] *~ +doc/_build # C extensions *.so diff --git a/doc/interface.rst b/doc/interface.rst index 0646ab0..e7505a4 100644 --- a/doc/interface.rst +++ b/doc/interface.rst @@ -51,4 +51,3 @@ Your module should define a class called ``Tile``, with the following interface: :param player: the active :class:`~weatbag.Player` instance :param direction: the direction the player is trying to leave, as a single lowercase character, n/e/s/w - explanation |
