mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Merge pull request #877 from azarzadavila/master
Typo in super() 77acc99
This commit is contained in:
@ -284,7 +284,7 @@ class NumberPlane(Axes):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super.__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
self.init_background_lines()
|
self.init_background_lines()
|
||||||
|
|
||||||
def init_background_lines(self):
|
def init_background_lines(self):
|
||||||
|
Reference in New Issue
Block a user