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

View File

@@ -6,4 +6,4 @@ class FixedTarget1(Target):
super().__init__(0, "Fixed Target 1")
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class FixedTarget2(Target):
super().__init__(0, "Fixed Target 2")
def hit(self):
super().hit()()
super().hit()

View File

@@ -5,4 +5,4 @@ class FixedTarget3(Target):
super().__init__(100, 'Fixed Target 3')
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class FixedTarget4(Target):
super().__init__(100, 'Fixed Target 4')
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class FixedTarget5(Target):
super().__init__(100, 'Fixed Target 5')
def hit(self):
super().hit()()
super().hit()