jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/889242 )
Change subject: [fix] remove extra space ......................................................................
[fix] remove extra space
Change-Id: Icbf1f9f3778ff6322d1b19853ad6c0596b404d48 --- M pywikibot/family.py 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/family.py b/pywikibot/family.py index 639a273..9966afe 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -340,7 +340,7 @@ if not all(x in CODE_CHARACTERS for x in code): warnings.warn( 'Family {} code {} must be ASCII lowercase letters and ' - ' digits [a-z0-9] or underscore/dash [_-]' + 'digits [a-z0-9] or underscore/dash [_-]' .format(cls.name, code), FamilyMaintenanceWarning, stacklevel=2,
pywikibot-commits@lists.wikimedia.org