jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1332185?usp=email )
Change subject: Fix docstring for Wikipedia Family class ...................................................................... Fix docstring for Wikipedia Family class Change-Id: I08fcbf230ac45503155e0218e105c4bbdc831070 Signed-off-by: Xqt <[email protected]> --- M pywikibot/families/wikipedia_family.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved Mahveotm: Looks good to me, but someone else must approve diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py index b3bc6fe..6944027 100644 --- a/pywikibot/families/wikipedia_family.py +++ b/pywikibot/families/wikipedia_family.py @@ -11,7 +11,7 @@ class Family(family.WikimediaSubdomainFamily): - """Family module for Wikipedia.""" + """Family class for Wikipedia.""" name = 'wikipedia' -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1332185?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: I08fcbf230ac45503155e0218e105c4bbdc831070 Gerrit-Change-Number: 1332185 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]
