Skip to content

Commit

Permalink
Fix grammar in internal function comments (#116387)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Apr 29, 2024
1 parent 3d75041 commit f1e5bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def async_create_task_internal(
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
Expand Down Expand Up @@ -1511,7 +1511,7 @@ def async_fire_internal(
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.
Expand Down

0 comments on commit f1e5bbc

Please sign in to comment.