[Fix] Some minor docstring indentation fixes.

This commit is contained in:
Fabio Manganiello 2023-10-16 00:20:39 +02:00
parent 3e00a05301
commit 0fe1c2768b
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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__(