typo replace

This commit is contained in:
Jonas Zeunert
2020-05-03 19:48:07 +02:00
parent 1def3c2b6e
commit 29150d6ddc
43 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ class LeftSlingshotTarget(Target):
super().__init__(100, 'Left Slingshot')
def hit(self):
super().hit()()
super().hit()
+1 -1
View File
@@ -6,4 +6,4 @@ class RightSlingshotTarget(Target):
super().__init__(10, "Right Slingshot")
def hit(self):
super().hit()()
super().hit()