From f2de1015a8b32b58e2f6b8bb7682f2c0a57d086d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 9 Jan 2020 22:24:15 +0100 Subject: [PATCH] Fixed doc URL --- platypush/plugins/google/drive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/google/drive.py b/platypush/plugins/google/drive.py index 4827ae05..c319f064 100644 --- a/platypush/plugins/google/drive.py +++ b/platypush/plugins/google/drive.py @@ -35,7 +35,7 @@ class GoogleDrivePlugin(GooglePlugin): Get the list of files. :param filter: Optional filter (default: None). See - `Google Drive API docs ` for + `Google Drive API docs `_ for the supported syntax. :param folder_id: Drive folder ID to search (default: get all files).