Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
improve util.py and test_util.py
Browse files Browse the repository at this point in the history
Also updated doc to numpy style.
  • Loading branch information
zmwangx committed Apr 21, 2015
1 parent c9035fa commit 84e8ab5
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 71 deletions.
2 changes: 1 addition & 1 deletion src/storyboard/metadata.py
Expand Up @@ -268,7 +268,7 @@ class Video(object):
def __init__(self, video, params=None):
"""Initialize the Video class.
See module docstring for parameters of the constructor.
See class docstring for parameters of the constructor.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/storyboard/storyboard.py
Expand Up @@ -99,7 +99,7 @@ class Font(object):
def __init__(self, font_file=None, font_size=None):
"""Initialize the Font class.
See module docstring for parameters of the constructor.
See class docstring for parameters of the constructor.
"""

Expand Down

0 comments on commit 84e8ab5

Please sign in to comment.