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).