You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/source/isotp/implementation.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ The transport layer ``params`` parameter must be a dictionary with the following
131
131
132
132
When set to ``True``, transmitted messages will be CAN FD. CAN 2.0 when ``False``.
133
133
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
0 commit comments