Merge pull request #77 from QuantumVik/master

Fixed a minor syntax issue
This commit is contained in:
Grant Sanderson 2024-10-10 07:49:25 -07:00 committed by GitHub
commit 9a0fb06fdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ class Eoc1Thumbnail(GraphScene):
# self.add(title)
# self.add(answer)
def func(slef, x):
def func(self, x):
return 0.35 * ((x - 2)**3 - 2 * (x - 2) + 6)