Skip to content

Commit

Permalink
lint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vangj committed Dec 16, 2020
1 parent 874d7fc commit d5c0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zava-py/zava/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __get_gif_frames(self, start=0, stop=360, figsize=(15, 3)):
:param start: Start degree.
:param stop: Stop degree.
:param figsize: Figure size. Default is (15, 3).
:return:List of frames.
:return: List of frames.
"""
frames = [self.__get_gif_frame(degree, figsize) for degree in range(start, stop + 1, 1)]
return frames
Expand Down

0 comments on commit d5c0ca8

Please sign in to comment.