We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc4c1a commit 0f5b374Copy full SHA for 0f5b374
docs/source/reference/examples.md
@@ -101,8 +101,8 @@ And later use this class anywhere in your code:
101
102
class SubclassExample(MovingCameraSlide):
103
def construct(self):
104
- eq1 = MathTex("x", "=", "1")
105
- eq2 = MathTex("x", "=", "2")
+ eq1 = Text("x", "=", "1")
+ eq2 = Text("x", "=", "2")
106
107
self.play(Write(eq1))
108
@@ -135,8 +135,8 @@ directly write the `construct` method in the body of `MovingCameraSlide`.
135
136
137
138
139
140
141
142
0 commit comments