jenkins-bot submitted this change.
[fix] remove extra space
Change-Id: Icbf1f9f3778ff6322d1b19853ad6c0596b404d48
---
M pywikibot/family.py
1 file changed, 10 insertions(+), 1 deletion(-)
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 change 889242. To unsubscribe, or for help writing mail filters, visit settings.