Skip to content

Commit 1823956

Browse files
felixdivokarlding
andauthored
Fix typo in can/interfaces/socketcan/socketcan.py
Co-authored-by: karl ding <[email protected]>
1 parent 50869ac commit 1823956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/socketcan/socketcan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def __init__(
597597
) -> None:
598598
"""Creates a new socketcan bus.
599599
600-
It setting some socket options fails, an error will be printed but no exception will be thrown.
600+
If setting some socket options fails, an error will be printed but no exception will be thrown.
601601
This includes enabling:
602602
- that own messages should be received,
603603
- CAN-FD frames and

0 commit comments

Comments
 (0)