Fix typo
This commit is contained in:
parent
6fb68089a1
commit
7f85483b73
|
@ -119,7 +119,7 @@ class Probe(Base):
|
|||
@six.python_2_unicode_compatible
|
||||
class Reading(Base):
|
||||
"""
|
||||
Represents a single tempurate reading from a tempmon probe.
|
||||
Represents a single temperature reading from a tempmon probe.
|
||||
"""
|
||||
__tablename__ = 'reading'
|
||||
__table_args__ = (
|
||||
|
|
Loading…
Reference in a new issue