Update docstrings to match PEP257

This commit is contained in:
Fabian Affolter 2016-03-07 18:49:31 +01:00
parent 7ff9aecd4e
commit b8a40457ee
40 changed files with 371 additions and 483 deletions

View file

@ -1,6 +1,4 @@
"""
homeassistant.components.introduction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Component that will help guide the user taking its first steps.
For more details about this component, please refer to the documentation at
@ -12,7 +10,7 @@ DOMAIN = 'introduction'
def setup(hass, config=None):
""" Setup the introduction component. """
"""Setup the introduction component."""
log = logging.getLogger(__name__)
log.info("""