Skip to content

Commit 1e177cd

Browse files
XorUnisonbehackl
andauthored
Update manim/mobject/svg/brace.py - Typo
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent c73de1d commit 1e177cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/svg/brace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def construct(self):
187187
p1 = [0,0,0]
188188
p2 = [1,2,0]
189189
brace = BraceBetweeenPoints(p1,p2)
190-
self.play(ShowCreation(NumperPlane()))
190+
self.play(ShowCreation(NumberPlane()))
191191
self.play(ShowCreation(brace))
192192
self.wait(2)
193193
"""

0 commit comments

Comments
 (0)