Fix rst syntax in docstrings

This commit is contained in:
David Douard 2018-11-09 11:20:31 +01:00
parent 9da0bd26eb
commit 849b909a52

View file

@ -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: <pass>
- username: user1
password: <pass>
- ...
- other-gitlab-instance:
...
- credentials:
- gitlab.com:
- username: user0
password: <pass>
- username: user1
password: <pass>
- ...
- other-gitlab-instance:
...
"""
params = {