Skip to content

Commit 6735a0e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/interfaces.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The available interfaces are:
2525
interfaces/virtual
2626

2727
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.
28+
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` where
31-
`classname` is a can.BusABC implementation.
30+
The format of the entry point is ``interface_name=module:classname`` where
31+
``classname`` is a :class:`can.BusABC` concrete implementation.
3232

3333
::
3434

0 commit comments

Comments
 (0)