Skip to content

Commit 05f500e

Browse files
karldinghardbyte
authored andcommitted
Fix typo in can.interface.Bus docstring
s/resloved/resolved
1 parent 9908056 commit 05f500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __new__(cls, channel=None, *args, **kwargs):
6868
Some might have a special meaning, see below.
6969
7070
:param channel:
71-
Set to ``None`` to let it be resloved automatically from the default
71+
Set to ``None`` to let it be resolved automatically from the default
7272
configuration. That might fail, see below.
7373
7474
Expected type is backend dependent.

0 commit comments

Comments
 (0)