diff options
Diffstat (limited to 'src/sliceitoff/game/show.py')
-rw-r--r-- | src/sliceitoff/game/show.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/game/show.py b/src/sliceitoff/game/show.py index 496fc4a..32a87cf 100644 --- a/src/sliceitoff/game/show.py +++ b/src/sliceitoff/game/show.py @@ -1,4 +1,4 @@ -""" Sprite group that show sprites and skips if key is pressed """ +""" game.show - Sprite group that show sprites and skips if key is pressed """ from .anykey import anykey from .explodeout import ExplodeOutGroup |