We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fa6b9 commit bfb20dcCopy full SHA for bfb20dc
2 files changed
doc/bus.rst
@@ -68,7 +68,7 @@ Conflicting calls are executed by blocking until the bus is accessible.
68
69
It can be used exactly like the normal :class:`~can.BusABC`:
70
71
- # 'socketcan' is only an exemple interface, it works with all the others too
+ # 'socketcan' is only an example interface, it works with all the others too
72
my_bus = can.ThreadSafeBus(interface='socketcan', channel='vcan0')
73
my_bus.send(...)
74
my_bus.recv(...)
doc/development.rst
@@ -86,6 +86,8 @@ This is the entire ABC bus class with all internal methods:
86
.. autoclass:: can.BusABC
87
:private-members:
88
:special-members:
89
+ :noindex:
90
+
91
92
Concrete instances are created by :class:`can.Bus`.
93
0 commit comments