jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1081477?usp=email )
Change subject: [doc] fix docstring in /data/superset.py ......................................................................
[doc] fix docstring in /data/superset.py
Change-Id: Ia5b5a2c30f928889c68e7958e43ab8899053b53e --- M pywikibot/data/superset.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/data/superset.py b/pywikibot/data/superset.py index aabcfa2..6e223df 100644 --- a/pywikibot/data/superset.py +++ b/pywikibot/data/superset.py @@ -114,7 +114,7 @@ instance is not connected, it attempts to log in first.
:raises ServerError: For any http errors - :return CSRF token string + :return: CSRF token string """ if not self.connected: self.login() @@ -172,7 +172,7 @@ :raises TypeError: if site and schema_name are both defined' :raises TypeError: If determined database_id is not an integer. :raises TypeError: If neither site nor schema_name is determined. - :return A tuple containing database_id and schema_name. + :return: A tuple containing database_id and schema_name. """ if site and schema_name: msg = 'Only one of schema_name and site parameters can be defined'
pywikibot-commits@lists.wikimedia.org