From 2767d618b412745b5165ade5f02a112425805755 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Wed, 15 Apr 2020 18:45:46 -0700 Subject: [PATCH] typo --- doc/source/isotp/socket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/isotp/socket.rst b/doc/source/isotp/socket.rst index 5162cc8..b37ce7c 100755 --- a/doc/source/isotp/socket.rst +++ b/doc/source/isotp/socket.rst @@ -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