This commit is contained in:
Lance Edgar 2017-04-01 16:37:00 -05:00
parent 6fb68089a1
commit 7f85483b73

View file

@ -119,7 +119,7 @@ class Probe(Base):
@six.python_2_unicode_compatible @six.python_2_unicode_compatible
class Reading(Base): class Reading(Base):
""" """
Represents a single tempurate reading from a tempmon probe. Represents a single temperature reading from a tempmon probe.
""" """
__tablename__ = 'reading' __tablename__ = 'reading'
__table_args__ = ( __table_args__ = (