mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Spelling fixes (#12138)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
ed2d54ab45
commit
13ec8b143d
@@ -8,7 +8,7 @@ def deprecated_substitute(substitute_name):
|
||||
|
||||
When a property is added to replace an older property, this decorator can
|
||||
be added to the new property, listing the old property as the substitute.
|
||||
If the old property is defined, it's value will be used instead, and a log
|
||||
If the old property is defined, its value will be used instead, and a log
|
||||
warning will be issued alerting the user of the impending change.
|
||||
"""
|
||||
def decorator(func):
|
||||
|
||||
Reference in New Issue
Block a user