Skip to content

Commit

Permalink
Clean up docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rdagger committed Dec 22, 2017
1 parent 951760f commit 31bb132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_sprite.py
Expand Up @@ -9,7 +9,7 @@ class BouncingSprite(object):

def __init__(self, path, w, h, screen_width, screen_height,
speed, display):
"""Initialize box.
"""Initialize sprite.
Args:
path (string): Path of sprite image.
Expand Down

0 comments on commit 31bb132

Please sign in to comment.