jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[BUGFIX] html2uinicode instead of html2UnicodeType

Introduced in Ib7d1b649576dfb58e8b971b53c96b75961267fb7

Change-Id: Ib36db99ea08e37c2ca391fd6510ae51c5304363b
---
M pywikibot/site/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)

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(

To view, visit change 611951. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib36db99ea08e37c2ca391fd6510ae51c5304363b
Gerrit-Change-Number: 611951
Gerrit-PatchSet: 2
Gerrit-Owner: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged