forked from home-assistant/core
Fix spelling error (#10009)
This commit is contained in:
@@ -88,7 +88,7 @@ def async_from_config_dict(config: Dict[str, Any],
|
|||||||
if sys.version_info[:2] < (3, 5):
|
if sys.version_info[:2] < (3, 5):
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
'Python 3.4 support has been deprecated and will be removed in '
|
'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/'
|
'system. More info: https://home-assistant.io/blog/2017/10/06/'
|
||||||
'deprecating-python-3.4-support/'
|
'deprecating-python-3.4-support/'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user