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