Add an optional extended description…
This commit is contained in:
Fabian Affolter 2017-06-08 15:53:12 +02:00 committed by Pascal Vizeli
parent 1e352d37d0
commit 0863d50210
13 changed files with 27 additions and 30 deletions

View file

@ -125,7 +125,7 @@ def async_aiohttp_proxy_stream(hass, request, stream, content_type,
@callback
# pylint: disable=invalid-name
def _async_register_clientsession_shutdown(hass, clientsession):
"""Register ClientSession close on homeassistant shutdown.
"""Register ClientSession close on Home Assistant shutdown.
This method must be run in the event loop.
"""