Skip to content

Commit 3cc3e8e

Browse files
committed
pylint
1 parent 4029984 commit 3cc3e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_register/i2c_bits.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class RWBits:
4545
:param type lowest_bit: The lowest bits index within the byte at ``register_address``
4646
:param int register_width: The number of bytes in the register. Defaults to 1.
4747
:param bool lsb_first: Is the first byte we read from I2C the LSB? Defaults to true
48-
:param bool signed: If True, the value is a "two's complement" signed value. If False, it is unsigned.
48+
:param bool signed: If True, the value is a "two's complement" signed value.
49+
If False, it is unsigned.
4950
"""
5051

5152
def __init__( # pylint: disable=too-many-arguments

0 commit comments

Comments
 (0)