mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Typo in super() 77acc99
This commit is contained in:
parent
30728879be
commit
97a0a707d7
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class NumberPlane(Axes):
|
|||
}
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super.__init__(**kwargs)
|
||||
super().__init__(**kwargs)
|
||||
self.init_background_lines()
|
||||
|
||||
def init_background_lines(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue