From 6009b94b876153fabdc06424efcf4232b3f34077 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 19 Jan 2024 00:27:44 +0100 Subject: [PATCH] Fixed minor docstring typo. --- platypush/plugins/google/fit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/google/fit/__init__.py b/platypush/plugins/google/fit/__init__.py index fd300e1b..93d414b1 100644 --- a/platypush/plugins/google/fit/__init__.py +++ b/platypush/plugins/google/fit/__init__.py @@ -84,7 +84,7 @@ class GoogleFitPlugin(GooglePlugin, RunnablePlugin): Unless you are interested in monitoring data points from specific devices, you may want to look for ``dataStreamId`` fields that match the - ``derived:*:merge*`` pattern. Some popular examples include:e.g. + ``derived:*:merge*`` pattern. Some popular examples include: - ``derived:com.google.step_count.delta:merge_step_deltas``, to monitor the number of steps taken in a given time interval.