Skip to content

Commit

Permalink
Fix Vector3 -> Vector3D in contributing docs (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 authored Mar 17, 2024
1 parent 77d42d2 commit 9f3d486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/contributing/docs/typings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ Typing guidelines
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from manim.typing import Vector3
# type stuff with Vector3
from manim.typing import Vector3D
# type stuff with Vector3D
Missing Sections for typehints are:
-----------------------------------
Expand Down

0 comments on commit 9f3d486

Please sign in to comment.