mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix grammar in internal function comments (#116387)
https://github.com/home-assistant/core/pull/116339#discussion_r1582610474
This commit is contained in:
parent
3d750414f1
commit
f1e5bbcbca
@ -815,7 +815,7 @@ class HomeAssistant:
|
|||||||
|
|
||||||
This method is intended to only be used by core internally
|
This method is intended to only be used by core internally
|
||||||
and should not be considered a stable API. We will make
|
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.
|
should not be used in integrations.
|
||||||
|
|
||||||
This method must be run in the event loop. If you are using this in your
|
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
|
This method is intended to only be used by core internally
|
||||||
and should not be considered a stable API. We will make
|
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.
|
should not be used in integrations.
|
||||||
|
|
||||||
This method must be run in the event loop.
|
This method must be run in the event loop.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user