Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768152 )
Change subject: [doc] Update documentation ......................................................................
[doc] Update documentation
* fix typo: ** Pywikbot --> Pywikibot
Change-Id: I24761b65f1fd839a0c92324d653ddaa2cda2a3d3 --- M docs/library_usage.rst 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/docs/library_usage.rst b/docs/library_usage.rst index 5d43682..bca1af9 100644 --- a/docs/library_usage.rst +++ b/docs/library_usage.rst @@ -16,7 +16,7 @@
update_options = { 'text': 'This is a test text', - 'summary': 'Bot: a bot test edit with Pywikbot.', + 'summary': 'Bot: a bot test edit with Pywikibot.', }
def treat_page(self):
pywikibot-commits@lists.wikimedia.org