mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix Vector3 -> Vector3D in contributing docs (#3639)
This commit is contained in:
parent
77d42d2a46
commit
9f3d486095
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
-----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue