Skip to content

Commit 86b90f8

Browse files
kolibril13behackl
andauthored
Update manim/utils/color.py
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 476b626 commit 86b90f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/utils/color.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ class Colors(Enum):
115115
116116
.. code-block:: python
117117
118-
>>> import manim.utils.color as C
119-
>>> C.WHITE
118+
>>> from manim.utils.color import Colors
119+
>>> Colors.white.value
120120
'#FFFFFF'
121121
122122
"""

0 commit comments

Comments
 (0)