We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f4238 commit 0581915Copy full SHA for 0581915
doc/interfaces.rst
@@ -27,7 +27,8 @@ The available interfaces are:
27
Additional interfaces can be added via a plugin interface. An external package
28
can register a new interface by using the `python_can.interface` entry point.
29
30
-The format of the entry point is `interface_name=module:classname`.
+The format of the entry point is `interface_name=module:classname` where
31
+`classname` is a can.BusABC implementation.
32
33
::
34
0 commit comments