mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
fix(docs): remove return type
This commit is contained in:
@ -152,7 +152,7 @@ class BaseSlide:
|
|||||||
"""
|
"""
|
||||||
return self._canvas
|
return self._canvas
|
||||||
|
|
||||||
def add_to_canvas(self, **objects: Mobject) -> Mobject:
|
def add_to_canvas(self, **objects: Mobject) -> None:
|
||||||
"""
|
"""
|
||||||
Adds objects to the canvas, using key values as names.
|
Adds objects to the canvas, using key values as names.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user