diff --git a/pywikibot/page/_wikibase.py b/pywikibot/page/_wikibase.py index 486cf3dd9a..cc2878fdbf 100644 --- a/pywikibot/page/_wikibase.py +++ b/pywikibot/page/_wikibase.py @@ -2139,7 +2139,7 @@ class LexemePage(WikibasePage): >>> repo = pywikibot.Site('wikidata') >>> L2 = pywikibot.LexemePage(repo, 'L2') # create a Lexeme page >>> list(L2.claims) # access the claims - ['P5402', 'P5831', 'P12690'] + ['P5402', 'P5831', 'P12690', 'P12448', 'P31', 'P5275', 'P12510', ...] >>> len(L2.forms) # access the forms 3 >>> F1 = L2.forms[0] # access the first form