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,

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/889242
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icbf1f9f3778ff6322d1b19853ad6c0596b404d48
Gerrit-Change-Number: 889242
Gerrit-PatchSet: 1
Gerrit-Owner: JJMC89 <[email protected]>
Gerrit-Reviewer: JJMC89 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to