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.
11
11
Bus
12
12
----
13
13
14
- .. autoclass :: can.interfaces.socketcan_ctypes.SocketscanCtypes_Bus
14
+ .. autoclass :: can.interfaces.socketcan_ctypes.SocketcanCtypes_Bus
15
15
16
16
17
17
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ https://www.kernel.org/doc/Documentation/networking/can.txt
22
22
Bus
23
23
---
24
24
25
- .. autoclass :: can.interfaces.socketcan_native.SocketscanNative_Bus
25
+ .. autoclass :: can.interfaces.socketcan_native.SocketcanNative_Bus
26
26
27
27
28
28
Internals
Original file line number Diff line number Diff line change 28
28
29
29
# Tests can be run using `python setup.py test`
30
30
test_suite = "nose.collector" ,
31
- tests_require = ['mock' ]
31
+ tests_require = ['mock' , 'nose' ]
32
32
)
You can’t perform that action at this time.
0 commit comments