From e1a460caa5d2162e420866ed943373ca9b5778cf Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Wed, 4 Jul 2018 15:14:29 +0200 Subject: [PATCH] swh.lister.gitlab: Improve docstring --- swh/lister/gitlab/lister.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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