jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1337323?usp=email )
Change subject: Fix docstring in superset ...................................................................... Fix docstring in superset Change-Id: Iff8a4ba8410dcb43987e41a5b4305e4dd467b2d6 Signed-off-by: Xqt <[email protected]> --- M pywikibot/data/superset.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Mahveotm: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pywikibot/data/superset.py b/pywikibot/data/superset.py index 95f5ec2..eb9b67e 100644 --- a/pywikibot/data/superset.py +++ b/pywikibot/data/superset.py @@ -183,8 +183,8 @@ :param database_id: The superset database ID. :param schema_name: The superset schema name. - :param site: The target site - :raises TypeError: if site and schema_name are both defined' + :param site: The target site. + :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. -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1337323?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Iff8a4ba8410dcb43987e41a5b4305e4dd467b2d6 Gerrit-Change-Number: 1337323 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Mahveotm <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
