Spelling fixes (#25666)

This commit is contained in:
Ville Skyttä 2019-08-03 00:20:07 +03:00 committed by Pascal Vizeli
parent 2f7c57b257
commit a54ade1189
38 changed files with 52 additions and 52 deletions

View file

@ -84,7 +84,7 @@ class TodSensor(BinarySensorDevice):
@property
def after(self):
"""Return the timestamp for the begining of the period."""
"""Return the timestamp for the beginning of the period."""
return self._time_after
@property