Skip to content

Commit

Permalink
Tiny README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Jan 25, 2021
1 parent 974d694 commit f77d720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Example Usage
=============

.. code-block:: python
>>> import mahjong
>>> game = mahjong.Game()
>>> question = game.play()
Expand Down
3 changes: 2 additions & 1 deletion mahjong/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
=============
.. code-block:: python
>>> import mahjong
>>> game = mahjong.Game()
>>> question = game.play()
Expand Down Expand Up @@ -59,4 +60,4 @@
from .players import *
from .melds import *
from .tiles import *
from .game import *
from .game import *

0 comments on commit f77d720

Please sign in to comment.