jenkins-bot has submitted this change and it was merged.

Change subject: Remove 'Wikipedia' from pywikibot.Error docstring
......................................................................


Remove 'Wikipedia' from pywikibot.Error docstring

Change-Id: I99e9cd43a7541b0e726a326cf8638b79f29620cb
---
M pywikibot/exceptions.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mpaa: Looks good to me, approved
  Nullzero: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/pywikibot/exceptions.py b/pywikibot/exceptions.py
index fa0469e..75c363b 100644
--- a/pywikibot/exceptions.py
+++ b/pywikibot/exceptions.py
@@ -18,7 +18,7 @@
 
 class Error(UnicodeMixin, Exception):
 
-    """Wikipedia error"""
+    """Pywikibot error"""
     # NOTE: UnicodeMixin must be the first object Error class is derived from.
     def __init__(self, arg):
         self.unicode = arg

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I99e9cd43a7541b0e726a326cf8638b79f29620cb
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Mpaa <mpaa.w...@gmail.com>
Gerrit-Reviewer: Nullzero <nullzero.f...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to