Skip to content

Commit

Permalink
Fix typehint (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 authored Feb 1, 2024
1 parent f70980a commit 65d352d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manim/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65d352d

Please sign in to comment.