10000 Update lib/matplotlib/animation.py · matplotlib/matplotlib@8f67ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f67ba5

Browse files
authored
Update lib/matplotlib/animation.py
1 parent 1829da8 commit 8f67ba5

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
@@ -157,7 +157,7 @@ def __getitem__(self, name):
157157
class AbstractMovieWriter(abc.ABC):
158158
"""
159159
Abstract base class for writing movies, providing a way to grab frames by
160-
calling `grab_frame`.
160+
calling `~AbstractMovieWriter.grab_frame`.
161 43F6 161
162162
`setup` is called to start the process and `finish` is called afterwards.
163163
`saving` is provided as a context manager to facilitate this process as ::

0 commit comments

Comments
 (0)
0