Skip to content

Commit c978889

Browse files
nilaybhatiabehackl
andauthored
Update manim/mobject/numbers.py
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 0947940 commit c978889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Variable(VMobject):
170170
171171
Attributes
172172
----------
173-
label : Union[:class:`str`, :class:`~.Tex`, :class:`~.MathTex`, :class:`Text`, :class:`TexSymbol`, :class:`SingleStringMathTex`, :class:`MathTexFromPresetString`]
173+
label : Union[:class:`str`, :class:`~.Tex`, :class:`~.MathTex`, :class:`~.Text`, :class:`~.TexSymbol`, :class:`~.SingleStringMathTex`, :class:`~.MathTexFromPresetString`]
174174
The label for your variable, for example ``x = ...``.
175175
tracker : :class:`~.ValueTracker`
176176
Useful in updating the value of your variable on-screen.

0 commit comments

Comments
 (0)