Skip to content

Commit 196edf8

Browse files
tacaswelltimhoffm
andauthored
Update lib/matplotlib/animation.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent b14a688 commit 196edf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ def to_jshtml(self, fps=None, embed_frames=True, default_mode=None):
13111311
default_mode : str, optional
13121312
What to do when the animation ends. Must be one of ``{'loop',
13131313
'once', 'reflect'}``. Defaults to ``'loop'`` if ``self.repeat``
1314-
is True ``, otherwise ``'once'``.
1314+
is True, otherwise ``'once'``.
13151315
"""
13161316
if fps is None and hasattr(self, '_interval'):
13171317
# Convert interval in ms to frames per second

0 commit comments

Comments
 (0)