jenkins-bot has submitted this change and it was merged.
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(-)
Approvals: XZise: Looks good to me, approved jenkins-bot: Verified
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
pywikibot-commits@lists.wikimedia.org