Skip to content

Commit bfb20dc

Browse files
committed
Minor doc tweaks
1 parent 57fa6b9 commit bfb20dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/bus.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Conflicting calls are executed by blocking until the bus is accessible.
6868

6969
It can be used exactly like the normal :class:`~can.BusABC`:
7070

71-
# 'socketcan' is only an exemple interface, it works with all the others too
71+
# 'socketcan' is only an example interface, it works with all the others too
7272
my_bus = can.ThreadSafeBus(interface='socketcan', channel='vcan0')
7373
my_bus.send(...)
7474
my_bus.recv(...)

doc/development.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ This is the entire ABC bus class with all internal methods:
8686
.. autoclass:: can.BusABC
8787
:private-members:
8888
:special-members:
89+
:noindex:
90+
8991

9092
Concrete instances are created by :class:`can.Bus`.
9193

0 commit comments

Comments
 (0)