diff --git a/manim/utils/color/core.py b/manim/utils/color/core.py index e3d1494bde..4c012c140f 100644 --- a/manim/utils/color/core.py +++ b/manim/utils/color/core.py @@ -634,7 +634,7 @@ def into(self, classtype: type[ManimColorT]) -> ManimColorT: Returns ------- - __INTO + ManimColorT Color object of the type passed into classtype with the same internal value as previously """ return classtype._from_internal(self._internal_value)