jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1311774?usp=email )
Change subject: Fix sphinx version annotations ...................................................................... Fix sphinx version annotations Change-Id: I422dba3d3b33e84bde93fa19dccbbfc9de5401fb Signed-off-by: Xqt <[email protected]> --- M make_dist.py M pywikibot/echo.py 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/make_dist.py b/make_dist.py index 00fd21d..b7ab1f4 100755 --- a/make_dist.py +++ b/make_dist.py @@ -123,7 +123,7 @@ def _check_module(module: str, module_type: int) -> bool: """Return whether a module or CLI command is available. - .. version-added: 11.5 + .. version-added:: 11.5 :param module: Module or command name. :param module_type: Type of module, either MODULE or COMMAND. diff --git a/pywikibot/echo.py b/pywikibot/echo.py index 387110d..2c75320 100644 --- a/pywikibot/echo.py +++ b/pywikibot/echo.py @@ -38,7 +38,7 @@ def __post_init__(self) -> None: """Initialize attributes for an empty Notification object. - .. version-added: 10.3 + .. version-added:: 10.3 """ self.event_id: int | None = None self.type = None -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1311774?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I422dba3d3b33e84bde93fa19dccbbfc9de5401fb Gerrit-Change-Number: 1311774 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
