diff --git a/manim/typing.py b/manim/typing.py index 6f16bad905..9d8bd7a4c5 100644 --- a/manim/typing.py +++ b/manim/typing.py @@ -257,9 +257,9 @@ """ InternalPoint2D_Array: TypeAlias = npt.NDArray[PointDType] -"""``shape: (N, 3)`` +"""``shape: (N, 2)`` -An array of `Point2D` objects: ``[[float, float], ...]``. +An array of `InternalPoint2D` objects: ``[[float, float], ...]``. .. note:: This type alias is mostly made available for internal use, and