diff --git a/manim/mobject/geometry.py b/manim/mobject/geometry.py index 7e094439c2..f0f7d07690 100644 --- a/manim/mobject/geometry.py +++ b/manim/mobject/geometry.py @@ -2511,7 +2511,7 @@ class Square(Rectangle): side_length : :class:`float`, optional The length of the sides of the square. kwargs : Any - Additional arguments to be passed to :class:`Square` + Additional arguments to be passed to :class:`Rectangle`. Examples --------