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

-- 
To view, visit https://gerrit.wikimedia.org/r/278704
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb86387d6f8457f6091d75b39fde68ba4c292501
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to