Skip to content

Commit 7c37ed8

Browse files
committed
Fixed import error in example
1 parent 7e1b628 commit 7c37ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here is an example of code to give an insight of the grammar.
3333
import SomeLib.SomeCar.SomeModel as MyCar
3434
3535
import udsoncan
36-
from udsoncan.connections import IsoTPConnection
36+
from udsoncan.connections import IsoTPSocketConnection
3737
from udsoncan.client import Client
3838
from udsoncan.exceptions import *
3939
from udsoncan.services import *

0 commit comments

Comments
 (0)