jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/611951 )
Change subject: [BUGFIX] html2uinicode instead of html2UnicodeType ......................................................................
[BUGFIX] html2uinicode instead of html2UnicodeType
Introduced in Ib7d1b649576dfb58e8b971b53c96b75961267fb7
Change-Id: Ib36db99ea08e37c2ca391fd6510ae51c5304363b --- M pywikibot/site/__init__.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site/__init__.py b/pywikibot/site/__init__.py index a96ce98..0beb08d 100644 --- a/pywikibot/site/__init__.py +++ b/pywikibot/site/__init__.py @@ -2486,7 +2486,7 @@ # v1.14 defined and as ', and'; fixed in v1.15 msgs['and'] = ' and' else: - msgs[key] = pywikibot.html2UnicodeType(value) + msgs[key] = pywikibot.html2unicode(value)
concat = msgs['and'] + msgs['word-separator'] return msgs['comma-separator'].join(