Fix spelling error (#10009)

pull/9741/merge
Adam 2017-10-21 14:56:19 -05:00 committed by Pascal Vizeli
parent 5df985a510
commit 3ea4691fce
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def async_from_config_dict(config: Dict[str, Any],
if sys.version_info[:2] < (3, 5):
_LOGGER.warning(
'Python 3.4 support has been deprecated and will be removed in '
'the begining of 2018. Please upgrade Python or your operating '
'the beginning of 2018. Please upgrade Python or your operating '
'system. More info: https://home-assistant.io/blog/2017/10/06/'
'deprecating-python-3.4-support/'
)