Skip to content

Commit 0adee5a

Browse files
committed
Fix typo, second to seconds
Signed-off-by: Mike Stitt <[email protected]>
1 parent 6553746 commit 0adee5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/robotpy-wpilib/wpilib/timedrobotpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class TimedRobotPy(IterativeRobotPy):
117117
Notifier instance.
118118
"""
119119

120-
kDefaultPeriod: ClassVar[wpimath.units.second] = (
120+
kDefaultPeriod: ClassVar[wpimath.units.seconds] = (
121121
0.020 # todo this is a change to keep consistent units in the API
122122
)
123123

0 commit comments

Comments
 (0)