Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
etheralm committed Mar 31, 2019
1 parent 7e8e15b commit f5aea32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/dyson/air_quality.py
Expand Up @@ -142,5 +142,5 @@ def state(self):

@property
def device_serial(self):
"""Return the parent fan's serial number"""
"""Return the parent fan's serial number."""
return self._device.serial
2 changes: 1 addition & 1 deletion homeassistant/components/dyson/sensor.py
Expand Up @@ -109,7 +109,7 @@ def icon(self):

@property
def device_serial(self):
"""Return the parent fan's serial number"""
"""Return the parent fan's serial number."""
return self._device.serial


Expand Down

0 comments on commit f5aea32

Please sign in to comment.