From 3ea4691fce9c2356c61c2319e605d9adfef1f10b Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 21 Oct 2017 14:56:19 -0500 Subject: [PATCH] Fix spelling error (#10009) --- homeassistant/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 4978177a658..4de464be88a 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -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/' )