Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Apr 16, 2020
1 parent dec7a21 commit 2767d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/isotp/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To configure a socket, few methods are available
:param rx_ext_address: The extended address to use in reception. If not None, flags.RX_EXT_ADDR will be set
:type rx_ext_address: int

:param tx_stmin: Sets the transmit separation time (time between consecutive frame) in nanoseconds. This value will overrides the value received through FlowControl frames. If not None, flags.FORCE_TXSTMIN will be set
:param tx_stmin: Sets the transmit separation time (time between consecutive frame) in nanoseconds. This value will override the value received through FlowControl frame. If not None, flags.FORCE_TXSTMIN will be set
:type tx_stmin: int


Expand Down

0 comments on commit 2767d61

Please sign in to comment.