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

@@ -9,4 +9,4 @@ class RightBank(Bank):
super().__init__(0, "Right Bank", targets)
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class RightBankLeftTarget(BankTarget):
super().__init__(100, "Right Bank Left")
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class RightBankMiddleTarget(BankTarget):
super().__init__(100, 'Right Bank Middle')
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class RightBankRightTarget(BankTarget):
super().__init__(100, "Right Bank Right")
def hit(self):
super().hit()()
super().hit()