jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/938445 )
Change subject: [doc] Fix module documentation for wbtypes ......................................................................
[doc] Fix module documentation for wbtypes
Change-Id: If1f310fce01ad249f944945cabe4931dba69cb28 --- M pywikibot/_wbtypes.py 1 file changed, 11 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/_wbtypes.py b/pywikibot/_wbtypes.py index 97826cd..09fb379 100644 --- a/pywikibot/_wbtypes.py +++ b/pywikibot/_wbtypes.py @@ -1,6 +1,6 @@ -"""The initialization file for the Pywikibot framework.""" +"""Wikibase data type classes.""" # -# (C) Pywikibot team, 2008-2023 +# (C) Pywikibot team, 2013-2023 # # Distributed under the terms of the MIT license. #
pywikibot-commits@lists.wikimedia.org