jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293787?usp=email )
Change subject: doc: fix Sphinx role ...................................................................... doc: fix Sphinx role Change-Id: I4187c6436512d9936139f476ef483b9737ec484e Signed-off-by: Xqt <[email protected]> --- M pywikibot/comms/http.py M pywikibot/data/memento.py 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py index c2fcd76..314cb39 100644 --- a/pywikibot/comms/http.py +++ b/pywikibot/comms/http.py @@ -70,7 +70,7 @@ .. version-added:: 8.0 .. version-changed:: 10.2 - use `threading.Lock` in :meth:`load` and :meth`save` to be thread + use `threading.Lock` in :meth:`load` and :meth:`save` to be thread safe. """ diff --git a/pywikibot/data/memento.py b/pywikibot/data/memento.py index 3c1ab0f..f5b58f0 100644 --- a/pywikibot/data/memento.py +++ b/pywikibot/data/memento.py @@ -48,7 +48,7 @@ .. version-changed:: 7.4 `timeout` is used in several methods. .. version-changed:: 10.7 - Set default timegate to :attr`DEFAULT_TIMEGATE_BASE_URI` + Set default timegate to :attr:`DEFAULT_TIMEGATE_BASE_URI` Basic usage: -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293787?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: I4187c6436512d9936139f476ef483b9737ec484e Gerrit-Change-Number: 1293787 Gerrit-PatchSet: 3 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]
