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
|
@ -134,7 +134,7 @@ class RachioIro(object):
|
|||
return self._running
|
||||
|
||||
def list_zones(self, include_disabled=False):
|
||||
"""Return alist of the zones connected to the device, incl. data."""
|
||||
"""Return a list of the zones connected to the device, incl. data."""
|
||||
if not self._zones:
|
||||
self._zones = [RachioZone(self.rachio, self, zone['id'],
|
||||
self.manual_run_mins)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue