Skip to content

Commit b29c453

Browse files
committed
Fix deprecation note for XboxController
1 parent 1ba9260 commit b29c453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robotpy_ext/control/xbox_controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ class XboxController:
1010
1111
Mapping based on http://www.team358.org/files/programming/ControlSystem2015-2019/images/XBoxControlMapping.jpg
1212
13-
:deprecated: Use :class:`wpilib.XboxController <wpilib.xboxcontroller.XboxController>` instead
13+
.. deprecated:: 2017.0.2
14+
Use :class:`wpilib.XboxController <wpilib.xboxcontroller.XboxController>` instead.
1415
'''
1516

1617
def __init__(self, port):

0 commit comments

Comments
 (0)