typo (#5)
This commit is contained in:
parent
0437462cc8
commit
568a42f2aa
@ -23,7 +23,7 @@ class State():
|
|||||||
return self.persist
|
return self.persist
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def update(sefl, surface, keys, current_time):
|
def update(self, surface, keys, current_time):
|
||||||
'''abstract method'''
|
'''abstract method'''
|
||||||
|
|
||||||
class Control():
|
class Control():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user