Merge pull request #877 from azarzadavila/master

Typo in super() 77acc99
This commit is contained in:
Devin Neal 2020-02-12 22:38:21 -08:00 committed by GitHub
commit c896f58bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):