Skip to content

Commit 040091e

Browse files
authored
Merge pull request #28621 from refack/patch-1
TYP: Fix a typo in animation.pyi
2 parents 6a302e3 + 5cd2f80 commit 040091e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class FuncAnimation(TimedAnimation):
207207
self,
208208
fig: Figure,
209209
func: Callable[..., Iterable[Artist]],
210-
frames: Iterable[Artist] | int | Callable[[], Generator] | None = ...,
210+
frames: Iterable | int | Callable[[], Generator] | None = ...,
211211
init_func: Callable[[], Iterable[Artist]] | None = ...,
212212
fargs: tuple[Any, ...] | None = ...,
213213
save_count: int | None = ...,

0 commit comments

Comments
 (0)