forked from platypush/platypush
[Fix] Some minor docstring indentation fixes.
This commit is contained in:
parent
3e00a05301
commit
0fe1c2768b
2 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,8 @@ class GoogleFitBackend(Backend):
|
|||
Requires:
|
||||
|
||||
* The **google.fit** plugin
|
||||
(:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled.
|
||||
(:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled.
|
||||
|
||||
"""
|
||||
|
||||
_default_poll_seconds = 60
|
||||
|
|
|
@ -10,8 +10,8 @@ from platypush.message.event.google.pubsub import GooglePubsubMessageEvent
|
|||
class GooglePubsubBackend(Backend):
|
||||
"""
|
||||
Subscribe to a list of topics on a Google Pub/Sub instance. See
|
||||
:class:`platypush.plugins.google.pubsub.GooglePubsubPlugin` for a reference on how to generate your
|
||||
project and credentials file.
|
||||
:class:`platypush.plugins.google.pubsub.GooglePubsubPlugin` for a reference on how to generate your
|
||||
project and credentials file.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Reference in a new issue