diff --git a/swh/lister/gitlab/lister.py b/swh/lister/gitlab/lister.py index f2b0355..59efd96 100644 --- a/swh/lister/gitlab/lister.py +++ b/swh/lister/gitlab/lister.py @@ -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