jenkins-bot has submitted this change and it was merged.
Change subject: Fix incorrect use of quad quotes for docstring ......................................................................
Fix incorrect use of quad quotes for docstring
Added in 5a94f9e1
Change-Id: Icb86387d6f8457f6091d75b39fde68ba4c292501 --- M pywikibot/cosmetic_changes.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py index 7ba4c8e..6afa7b0 100755 --- a/pywikibot/cosmetic_changes.py +++ b/pywikibot/cosmetic_changes.py @@ -617,7 +617,7 @@ return text
def resolveHtmlEntities(self, text): - """"Resolve html entities.""" + """Replace HTML entities with unicode.""" ignore = [ 38, # Ampersand (&) 39, # Single quotation mark (") - bug T26093
pywikibot-commits@lists.wikimedia.org