Skip to content

Commit 143d369

Browse files
authored
Merge pull request #28622 from meeseeksmachine/auto-backport-of-pr-28621-on-v3.9.x
Backport PR #28621 on branch v3.9.x (TYP: Fix a typo in animation.pyi)
2 parents dce3346 + 4bedccf commit 143d369

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)