jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/842930 )
Change subject: [doc] Update init docstring ...................................................................... [doc] Update init docstring Change-Id: Ia820637f946d44c733758f5bf73e747da1dbc7b7 --- M __init__.py 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/__init__.py b/__init__.py index 17fce48..8bd476e 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,7 @@ -""" -This is a fake __init__.py to help pkgutil find the i18n data. There -is no actual python code in this package. +"""Folder containing i18n translations bundles. + +This file exists to help pkgutil find the i18n data. There is no actual +python code in this package. """ # # (C) Pywikibot team, 2011-2022 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/842930 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/i18n Gerrit-Branch: master Gerrit-Change-Id: Ia820637f946d44c733758f5bf73e747da1dbc7b7 Gerrit-Change-Number: 842930 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]
