Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsakoff committed Apr 11, 2021
1 parent a8220ad commit 00669d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitemp/device/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def TemperatureSensor(bus, rom=None):
"""
If rom is not, will try to find a connected device.
If rom is not set, will try to find a connected device.
In that case there must be only one device connected.
"""
# type: (UART_Adapter, Optional[str]) -> OneWireTemperatureSensor
Expand Down

0 comments on commit 00669d8

Please sign in to comment.