jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/567294 )
Change subject: [doc] Fix doc warning introduced in a892b382 ......................................................................
[doc] Fix doc warning introduced in a892b382
Change-Id: I1b0ed4cd857922b9a8e34fd27a58871fe7926c4f --- M pywikibot/site.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site.py b/pywikibot/site.py index fc675fb..c710057 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -7685,7 +7685,8 @@ """ Return a new instance for given entity id.
- @raises NoWikibaseEntity: there is no entity with the id + @raises pywikibot.exceptions.NoWikibaseEntity: there is no entity + with the id @return: a WikibaseEntity subclass @rtype: WikibaseEntity """