Skip to content

Commit c7ad0a8

Browse files
network: fix broken link to python-can readthedocs in docstring (#319)
1 parent 3390824 commit c7ad0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canopen/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def connect(self, *args, **kwargs) -> "Network":
9494
Backend specific channel for the CAN interface.
9595
:param str bustype:
9696
Name of the interface. See
97-
`python-can manual <https://python-can.readthedocs.io/en/latest/configuration.html#interface-names>`__
97+
`python-can manual <https://python-can.readthedocs.io/en/stable/configuration.html#interface-names>`__
9898
for full list of supported interfaces.
9999
:param int bitrate:
100100
Bitrate in bit/s.

0 commit comments

Comments
 (0)