File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ available natively in the Python socket module.
1111Bus
1212----
1313
14- .. autoclass :: can.interfaces.socketcan_ctypes.SocketscanCtypes_Bus
14+ .. autoclass :: can.interfaces.socketcan_ctypes.SocketcanCtypes_Bus
1515
1616
1717
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ https://www.kernel.org/doc/Documentation/networking/can.txt
2222Bus
2323---
2424
25- .. autoclass :: can.interfaces.socketcan_native.SocketscanNative_Bus
25+ .. autoclass :: can.interfaces.socketcan_native.SocketcanNative_Bus
2626
2727
2828Internals
Original file line number Diff line number Diff line change 2828
2929 # Tests can be run using `python setup.py test`
3030 test_suite = "nose.collector" ,
31- tests_require = ['mock' ]
31+ tests_require = ['mock' , 'nose' ]
3232)
You can’t perform that action at this time.
0 commit comments