Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bedccf

Browse filesBrowse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #28621: TYP: Fix a typo in animation.pyi
1 parent dce3346 commit 4bedccf
Copy full SHA for 4bedccf

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/animation.pyi

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.pyi
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.