Skip to content

Commit 6c9d59c

Browse files
authored
Fix typo busses to bus (#1925)
1 parent 2bd4758 commit 6c9d59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

can/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
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::
44
55
Exception (Python standard library)
66
+-- ...

doc/other-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CAN Frame Parsing tools etc. (implemented in Python)
4747

4848
#. CAN Message / Database scripting
4949
* 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.
5151
#. CAN Message / Log Decoding
5252
* The `canmatrix`_ module provides methods for converting between multiple popular message
5353
frame definition file formats (e.g. .DBC files, .KCD files, .ARXML files etc.).

0 commit comments

Comments
 (0)