From f1e5bbcbcaa029d01a0d7ceb47548423090ff5ba Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 29 Apr 2024 10:01:15 -0500 Subject: [PATCH] Fix grammar in internal function comments (#116387) https://github.com/home-assistant/core/pull/116339#discussion_r1582610474 --- homeassistant/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/core.py b/homeassistant/core.py index fe16640a572..73d0e82fa83 100644 --- a/homeassistant/core.py +++ b/homeassistant/core.py @@ -815,7 +815,7 @@ class HomeAssistant: This method is intended to only be used by core internally and should not be considered a stable API. We will make - breaking change to this function in the future and it + breaking changes to this function in the future and it should not be used in integrations. This method must be run in the event loop. If you are using this in your @@ -1511,7 +1511,7 @@ class EventBus: This method is intended to only be used by core internally and should not be considered a stable API. We will make - breaking change to this function in the future and it + breaking changes to this function in the future and it should not be used in integrations. This method must be run in the event loop.