8000 Fix return to match docstring standards · timhoffm/matplotlib@0773109 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0773109

Browse files
s7726rcomer
authored andcommitted
Fix return to match docstring standards
1 parent e776ce7 commit 0773109

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
@@ -1316,7 +1316,7 @@ def to_jshtml(self, fps=None, embed_frames=True, default_mode=None):
13161316
-------
13171317
str
13181318
An HTML representation of the animation embedded as a js object as
1319-
produced with the ``HTMLWriter``.
1319+
produced with the *HTMLWriter*.
13201320
"""
13211321
if fps is None and hasattr(self, '_interval'):
13221322
# Convert interval in ms to frames per second

0 commit comments

Comments
 (0)
0