1
0
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:
Ville Skyttä
2018-02-02 23:35:34 +02:00
committed by Daniel Høyer Iversen
parent ed2d54ab45
commit 13ec8b143d
3 changed files with 3 additions and 3 deletions

View File

@@ -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):