jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Fix typing

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

diff --git a/pywikibot/exceptions.py b/pywikibot/exceptions.py
index e57fc21..019f337 100644
--- a/pywikibot/exceptions.py
+++ b/pywikibot/exceptions.py
@@ -54,7 +54,7 @@
+-- UnknownExtensionError (NotImplementedError)
+-- VersionParseError
+-- WikiBaseError
- +-- CoordinateGlobeUnknownError (NotimplementedError)
+ +-- CoordinateGlobeUnknownError (NotImplementedError)
+-- EntityTypeUnknownError
+-- NoWikibaseEntityError


To view, visit change 683804. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id626357936a32e3f28b300f33d350519c31ea6de
Gerrit-Change-Number: 683804
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged