fix typo
This commit is contained in:
parent
52f5c45ca8
commit
1776430f6b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
homeassistant.components.notify
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Provides functionality to notify people.
|
||||
"""
|
||||
|
@ -73,7 +73,7 @@ def setup(hass, config):
|
|||
|
||||
# pylint: disable=too-few-public-methods
|
||||
class BaseNotificationService(object):
|
||||
""" Provides an ABC for notifcation services. """
|
||||
""" Provides an ABC for notification services. """
|
||||
|
||||
def send_message(self, message, **kwargs):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue