mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge pull request #877 from azarzadavila/master
Typo in super() 77acc99
This commit is contained in:
commit
c896f58bbd
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