From 849b909a52bf961c826ae156032c01e851e8b914 Mon Sep 17 00:00:00 2001 From: David Douard Date: Fri, 9 Nov 2018 11:20:31 +0100 Subject: [PATCH] Fix rst syntax in docstrings --- swh/lister/gitlab/lister.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/swh/lister/gitlab/lister.py b/swh/lister/gitlab/lister.py index 97b8024..9b4faa9 100644 --- a/swh/lister/gitlab/lister.py +++ b/swh/lister/gitlab/lister.py @@ -43,17 +43,17 @@ class GitLabLister(PageByPageHttpLister): transport_request identifier. For the gitlab lister, the 'credentials' entries is configured - per instance. For example: + per instance. For example:: - - credentials: - - gitlab.com: - - username: user0 - password: - - username: user1 - password: - - ... - - other-gitlab-instance: - ... + - credentials: + - gitlab.com: + - username: user0 + password: + - username: user1 + password: + - ... + - other-gitlab-instance: + ... """ params = {