Skip to content

Commit

Permalink
fix typehint of Scene.play
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Dec 3, 2024
1 parent f81d571 commit 11fd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/scene/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def get_run_time(self, animations: list[Animation]):

def play(
self,
*args: Animation | Iterable[Animation] | types.GeneratorType[Animation],
*args: Animation | Iterable[Animation] | Mobject,
subcaption=None,
subcaption_duration=None,
subcaption_offset=0,
Expand Down

0 comments on commit 11fd3d1

Please sign in to comment.