John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/180711
Change subject: Fix exceptions module docstring for AutoblockUser ...................................................................... Fix exceptions module docstring for AutoblockUser Change-Id: Id572d6dd7347c29f57bb1ff8e78f45374e86ff04 --- M pywikibot/exceptions.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/11/180711/1 diff --git a/pywikibot/exceptions.py b/pywikibot/exceptions.py index 697d904..64a93ac 100644 --- a/pywikibot/exceptions.py +++ b/pywikibot/exceptions.py @@ -4,7 +4,7 @@ Error: Base class, all exceptions should the subclass of this class. - NoUsername: Username is not in user-config.py, or it is invalid. - - UserBlockedY: our username or IP has been blocked + - UserBlocked: Username or IP has been blocked - AutoblockUser: requested action on a virtual autoblock user not valid - UserActionRefuse: requested user action, such as email user, refused - BadTitle: Server responded with BadTitle -- To view, visit https://gerrit.wikimedia.org/r/180711 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id572d6dd7347c29f57bb1ff8e78f45374e86ff04 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
