diff --git a/platypush/backend/google/fit/__init__.py b/platypush/backend/google/fit/__init__.py index 0f0c327e..30c2ed27 100644 --- a/platypush/backend/google/fit/__init__.py +++ b/platypush/backend/google/fit/__init__.py @@ -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 diff --git a/platypush/backend/google/pubsub/__init__.py b/platypush/backend/google/pubsub/__init__.py index 689e4205..39a6d3e1 100644 --- a/platypush/backend/google/pubsub/__init__.py +++ b/platypush/backend/google/pubsub/__init__.py @@ -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__(