Skip to content

Commit

Permalink
fix markup (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Jul 9, 2024
1 parent 865af1e commit f88fe84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smbus2/smbus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
"""
Expand Down

0 comments on commit f88fe84

Please sign in to comment.