Skip to content

Commit 65d352d

Browse files
Fix typehint (#3592)
1 parent f70980a commit 65d352d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/typing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@
257257
"""
258258

259259
InternalPoint2D_Array: TypeAlias = npt.NDArray[PointDType]
260-
"""``shape: (N, 3)``
260+
"""``shape: (N, 2)``
261261
262-
An array of `Point2D` objects: ``[[float, float], ...]``.
262+
An array of `InternalPoint2D` objects: ``[[float, float], ...]``.
263263
264264
.. note::
265265
This type alias is mostly made available for internal use, and

0 commit comments

Comments
 (0)