Skip to content

Commit 9f3d486

Browse files
Fix Vector3 -> Vector3D in contributing docs (#3639)
1 parent 77d42d2 commit 9f3d486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributing/docs/typings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Typing guidelines
115115
from typing import TYPE_CHECKING
116116
117117
if TYPE_CHECKING:
118-
from manim.typing import Vector3
119-
# type stuff with Vector3
118+
from manim.typing import Vector3D
119+
# type stuff with Vector3D
120120
121121
Missing Sections for typehints are:
122122
-----------------------------------

0 commit comments

Comments
 (0)