Fix Vector3 -> Vector3D in contributing docs (#3639)

This commit is contained in:
adeshpande 2024-03-17 15:13:08 -04:00 committed by GitHub
commit 9f3d486095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
-----------------------------------