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

@@ -5,4 +5,4 @@ class LeftInlaneTarget(Target):
super().__init__(100, 'Left Inlane')
def hit(self):
super().hit()()
super().hit()

View File

@@ -5,4 +5,4 @@ class LeftOutlaneTarget(Target):
super().__init__(100, 'Left Outlane')
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class RightInlaneTarget(Target):
super().__init__(100, 'Right Inlane')
def hit(self):
super().hit()()
super().hit()

View File

@@ -7,4 +7,4 @@ class RightOutlaneKickerTarget(Target):
#Scores 30000, 50000 when lit and advances 1-2-3-4-5 sequence
def hit(self):
super().hit()()
super().hit()

View File

@@ -6,4 +6,4 @@ class RightOutlaneTarget(Target):
super().__init__(50000, "Right Outlane")
def hit(self):
super().hit()()
super().hit()