Skip to content

Commit 558637f

Browse files
committed
2 parents 1f3f77e + 0ddb4aa commit 558637f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/isotp/implementation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The transport layer ``params`` parameter must be a dictionary with the following
131131

132132
When set to ``True``, transmitted messages will be CAN FD. CAN 2.0 when ``False``.
133133

134-
Setting this parameter to ``True`` does not change the behaviour of the :class:`TransportLayer<isotp.TransportLayer>` except that outputted message will have their ``is_fd`` property set to ``True``. This parameter is just a convenience integrate more easily with python-can
134+
Setting this parameter to ``True`` does not change the behaviour of the :class:`TransportLayer<isotp.TransportLayer>` except that outputted message will have their ``is_fd`` property set to ``True``. This parameter is just a convenience to integrate more easily with python-can
135135

136136

137137
-----

doc/source/isotp/socket.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ With this project
6565
#s.set_general_opts(...)
6666
#s.set_ll_opts(...)
6767
68-
s.bind("vcan0" isotp.Address(rxid=0x123 txid=0x456))
68+
s.bind("vcan0", isotp.Address(rxid=0x123 txid=0x456))
6969
s2.bind("vcan0", isotp.Address(rxid=0x456, txid=0x123))
7070
s2.send(b"Hello, this is a long payload sent in small chunks of 8 bytes.")
7171
print(s.recv())

0 commit comments

Comments
 (0)