We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377a3af commit 12b34f0Copy full SHA for 12b34f0
magicbot/magicrobot.py
@@ -124,7 +124,7 @@ def teleopPeriodic(self):
124
func = self.teleopPeriodic.__func__
125
if not hasattr(func, "firstRun"):
126
self.logger.warning(
127
- "Default MagicRobot.teleopPeriodic() method... Overload me!"
+ "Default MagicRobot.teleopPeriodic() method... Override me!"
128
)
129
func.firstRun = False
130
@@ -153,7 +153,7 @@ def disabledPeriodic(self):
153
func = self.disabledPeriodic.__func__
154
155
156
- "Default MagicRobot.disabledPeriodic() method... Overload me!"
+ "Default MagicRobot.disabledPeriodic() method... Override me!"
157
158
159
0 commit comments