10000 wip · matplotlib/matplotlib@1459e11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1459e11

Browse files
committed
wip
1 parent 814c03a commit 1459e11

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
@@ -1658,7 +1658,7 @@ def iter_frames(frames=frames):
16581658
_api.warn_external(
16591659
f"You passed in an explicit {save_count=} "
16601660
"which is being ignored in favor of "
1661-
f"({len(frames)=})."
1661+
f"{len(frames)=}."
16621662
)
16631663
else:
16641664
self._iter_gen = lambda: iter(range(frames))

0 commit comments

Comments
 (0)
0