diff --git a/swh/lister/gitlab/lister.py b/swh/lister/gitlab/lister.py --- a/swh/lister/gitlab/lister.py +++ b/swh/lister/gitlab/lister.py @@ -27,7 +27,7 @@ @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