Skip to content

Commit 42a133f

Browse files
ilikecaketannewt
andauthored
Update documentation.
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent a2eefa1 commit 42a133f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_ds18x20.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ def read_temperature(self) -> float:
158158

159159
@property
160160
def address(self):
161-
"""Returns the address of the device. Might be useful if there are multiple sensors on
162-
the bus.
161+
"""The address of the device. Useful if there are multiple sensors on the bus.
163162
164163
Note: this property is read only."""
165164
return self._address

0 commit comments

Comments
 (0)