Skip to content

Commit 0947940

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

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
@@ -157,7 +157,7 @@ class Variable(VMobject):
157157
----------
158158
var : Union[:class:`int`, :class:`float`]
159159
The python variable you need to keep track of and display.
160-
label : Union[:class:`str`, :class:`~.Tex`, :class:`~.MathTex`, :class:`Text`, :class:`TexSymbol`, :class:`SingleStringMathTex`, :class:`MathTexFromPresetString`]
160+
label : Union[:class:`str`, :class:`~.Tex`, :class:`~.MathTex`, :class:`~.Text`, :class:`~.TexSymbol`, :class:`~.SingleStringMathTex`, :class:`~.MathTexFromPresetString`]
161161
The label for your variable, for example ``x = ...``. To use math mode, for e.g.
162162
subscripts, superscripts, etc. simply pass in a raw string.
163163
var_type : Union[:class:`DecimalNumber`, :class:`Integer`], optional

0 commit comments

Comments
 (0)