Skip to content

Commit 5bda107

Browse files
Fix typo from HSV PR (#3887)
1 parent c47b2d5 commit 5bda107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/utils/color/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def into(self, classtype: type[ManimColorT]) -> ManimColorT:
634634
635635
Returns
636636
-------
637-
__INTO
637+
ManimColorT
638638
Color object of the type passed into classtype with the same internal value as previously
639639
"""
640640
return classtype._from_internal(self._internal_value)

0 commit comments

Comments
 (0)