Updated docstrings

This commit is contained in:
Fabio Manganiello 2018-07-23 02:11:16 +02:00
parent f8bbb06b65
commit 1ec0bd40d9
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5f5a4c39b990ed35fa40dbf0b60cccdf2cc607bc
Subproject commit 88e2cc2009d012dd28a866ac1a4baef914e1ff8b

View File

@ -32,7 +32,8 @@ class AssistantGoogleBackend(Backend):
Requires:
* **google-assistant-sdk** (``pip install google-assistant-sdk``)
* **google-assistant-library** (``pip install google-assistant-library``)
* **google-assistant-sdk[samples]** (``pip install google-assistant-sdk[samples]``)
"""
def __init__(self, credentials_file=os.path.join(

View File

@ -21,7 +21,7 @@ class PushbulletBackend(Backend):
Triggers:
* :class:`platypush.message.event.pushbullet` if a new push is received
* :class:`platypush.message.event.pushbullet.PushbulletEvent` if a new push is received
Requires: