From b7e21a77b10c6343957e746428a705faa3d7d217 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 7 Jul 2024 15:00:41 +0200 Subject: [PATCH] fix markup --- smbus2/smbus2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smbus2/smbus2.py b/smbus2/smbus2.py index 6ed471e..a35868f 100644 --- a/smbus2/smbus2.py +++ b/smbus2/smbus2.py @@ -193,9 +193,9 @@ def read(address, length): Prepares an i2c read transaction. :param address: Slave address. - :type: address: int + :type address: int :param length: Number of bytes to read. - :type: length: int + :type length: int :return: New :py:class:`i2c_msg` instance for read operation. :rtype: :py:class:`i2c_msg` """