From a1534708983f05ba76d29d9592c36816ea8cacb3 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Fri, 1 Nov 2019 10:51:22 +0200 Subject: [PATCH] Update python logger link (#11052) Refer to python 3.7 (instead of 3.4) logger documentation --- source/_integrations/python_script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/python_script.markdown b/source/_integrations/python_script.markdown index 477c6bb1e67..e3c14101919 100644 --- a/source/_integrations/python_script.markdown +++ b/source/_integrations/python_script.markdown @@ -17,7 +17,7 @@ This integration allows you to write Python scripts that are exposed as services | `logger` | A logger to allow you to log messages: `logger.info()`, `logger.warning()`, `logger.error()`. [API reference][logger-api] [hass-api]: /developers/development_hass_object/ -[logger-api]: https://docs.python.org/3.4/library/logging.html#logger-objects +[logger-api]: https://docs.python.org/3.7/library/logging.html#logger-objects