Skip to content

Commit 0581915

Browse files
Pierre-Luc Tessier Gagnéhardbyte
authored andcommitted
Minor doc change
1 parent 94f4238 commit 0581915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/interfaces.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The available interfaces are:
2727
Additional interfaces can be added via a plugin interface. An external package
2828
can register a new interface by using the `python_can.interface` entry point.
2929

30-
The format of the entry point is `interface_name=module:classname`.
30+
The format of the entry point is `interface_name=module:classname` where
31+
`classname` is a can.BusABC implementation.
3132

3233
::
3334

0 commit comments

Comments
 (0)