Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
parent
38fd9b65bf
commit
8dcfd35b8b
138 changed files with 285 additions and 286 deletions
|
@ -193,7 +193,7 @@ class EightSleepUserEntity(Entity):
|
|||
"""The Eight Sleep device entity."""
|
||||
|
||||
def __init__(self, eight):
|
||||
"""Initialize the data oject."""
|
||||
"""Initialize the data object."""
|
||||
self._eight = eight
|
||||
|
||||
@asyncio.coroutine
|
||||
|
@ -217,7 +217,7 @@ class EightSleepHeatEntity(Entity):
|
|||
"""The Eight Sleep device entity."""
|
||||
|
||||
def __init__(self, eight):
|
||||
"""Initialize the data oject."""
|
||||
"""Initialize the data object."""
|
||||
self._eight = eight
|
||||
|
||||
@asyncio.coroutine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue