Skip to content

Commit 10d315c

Browse files
committed
pylint fix
1 parent 9c6776d commit 10d315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_stmpe610.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class Adafruit_STMPE610_SPI(Adafruit_STMPE610):
280280
"""
281281
def __init__(self, spi, cs, baudrate=1000000):
282282
"""
283-
Check the STMPE610 was found,Default clock rate is 1000000 but can be changed with 'baudrate'
283+
Check the STMPE610 was found,Default clock rate 1000000 - can be changed with 'baudrate'
284284
"""
285285
import adafruit_bus_device.spi_device as spi_device
286286
self._spi = spi_device.SPIDevice(spi, cs, baudrate=baudrate)

0 commit comments

Comments
 (0)