File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
There are several specific :class:`Exception` classes to allow user
3
- code to react to specific scenarios related to CAN busses ::
3
+ code to react to specific scenarios related to CAN buses ::
4
4
5
5
Exception (Python standard library)
6
6
+-- ...
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ CAN Frame Parsing tools etc. (implemented in Python)
47
47
48
48
#. CAN Message / Database scripting
49
49
* The `cantools `_ package provides multiple methods for interacting with can message database
50
- files, and using these files to monitor live busses with a command line monitor tool.
50
+ files, and using these files to monitor live buses with a command line monitor tool.
51
51
#. CAN Message / Log Decoding
52
52
* The `canmatrix `_ module provides methods for converting between multiple popular message
53
53
frame definition file formats (e.g. .DBC files, .KCD files, .ARXML files etc.).
You can’t perform that action at this time.
0 commit comments