jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/776287 )

Change subject: [doc] Add Lexeme classes to __all__ to be used by Sphinx
......................................................................

[doc] Add Lexeme classes to __all__ to be used by Sphinx

Change-Id: Ib684992f74387199fbbb8ca71c45c488cc536feb
---
M pywikibot/page/_wikibase.py
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/page/_wikibase.py b/pywikibot/page/_wikibase.py
index 36eca8f..72820bd 100644
--- a/pywikibot/page/_wikibase.py
+++ b/pywikibot/page/_wikibase.py
@@ -50,6 +50,9 @@
 __all__ = (
     'Claim',
     'ItemPage',
+    'LexemeForm',
+    'LexemePage',
+    'LexemeSense',
     'MediaInfo',
     'Property',
     'PropertyPage',

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/776287
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib684992f74387199fbbb8ca71c45c488cc536feb
Gerrit-Change-Number: 776287
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to