Skip to content

Commit d021e47

Browse files
brennenkattni
authored andcommitted
Add whitespace to example
1 parent 3522b7e commit d021e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Usage Example
4343
cs.direction = digitalio.Direction.OUTPUT
4444

4545
# create a thermocouple object with the above
46-
thermocouple = adafruit_max31856.MAX31856(spi,cs)
46+
thermocouple = adafruit_max31856.MAX31856(spi, cs)
4747

4848
# print the temperature!
4949
print(thermocouple.temperature)

0 commit comments

Comments
 (0)