From 2dac98c56e4f338458371a69b9007a11037e97eb Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 20 Nov 2023 02:44:35 +0100 Subject: [PATCH] More rst fixes. --- platypush/plugins/trello/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/trello/__init__.py b/platypush/plugins/trello/__init__.py index cac2f7b7..fcba8a91 100644 --- a/platypush/plugins/trello/__init__.py +++ b/platypush/plugins/trello/__init__.py @@ -73,8 +73,9 @@ class TrelloPlugin(RunnablePlugin): ): """ :param api_key: Trello API key. You can get it `here - `_. - :param api_secret: Trello API secret. You can get it `here `. + `_. + :param api_secret: Trello API secret. You can get it `here + `_. :param token: Trello token. It is required if you want to access or modify private resources. You can get a permanent token on ``https://trello.com/1/connect?key=&name=platypush&response_type=token&expiration=never&scope=read,write``.