swh.lister.gitlab: Improve docstring

This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-07-04 15:14:29 +02:00
parent a527977b6c
commit e1a460caa5
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -27,7 +27,7 @@ class GitLabLister(SWHPagingHttpLister):
@property
def ADDITIONAL_CONFIG(self):
"""Override additional config as the 'credentials' structure change
between the ancestor classes and the subclass.
between the ancestor classes and this class.
cf. request_params method below