From 9ee81d79990866cb5a7c1d78777a0b3e2ec90a91 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 21 Feb 2020 18:20:38 +0100 Subject: [PATCH] Removed header from documentation - pydoc can't handle headers in methods --- platypush/plugins/travisci.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platypush/plugins/travisci.py b/platypush/plugins/travisci.py index 64d9e335..35bec50f 100644 --- a/platypush/plugins/travisci.py +++ b/platypush/plugins/travisci.py @@ -8,8 +8,7 @@ class TravisciPlugin(Plugin): """ `Travis-Ci `_ continuous integration plugin. - Setup - ##### + Setup: - Get your API token from your `Travis-Ci account settings page `_.