Skip to content

Commit 3bafe97

Browse files
authored
Fix print statement.
1 parent 6a2a095 commit 3bafe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
# Main loop to print the temperature every second.
1818
while True:
19-
print('Temperature: {0:0.3f}C'.format(ds18.temperature)))
19+
print('Temperature: {0:0.3f}C'.format(ds18.temperature))
2020
time.sleep(1.0)

0 commit comments

Comments
 (0)