Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1298402?usp=email )
Change subject: Fix spelling mistakes in bot.py ......................................................................
Fix spelling mistakes in bot.py
Change-Id: I0c318deaa39a87688e8e55fe06df07f9c3a0d77f Signed-off-by: Xqt info@gno.de --- M pywikibot/bot.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved
diff --git a/pywikibot/bot.py b/pywikibot/bot.py index 3fa100e..d69f8c1 100644 --- a/pywikibot/bot.py +++ b/pywikibot/bot.py @@ -425,7 +425,7 @@ # keep config.logfilename unchanged logfile = config.datafilepath('logs', config.logfilename) else: - # add PID to logfle name + # add PID to logfile name logfile = config.datafilepath('logs', f'{module_name}-{pid}bot.log')
@@ -1480,7 +1480,7 @@ def setup(self) -> None: """Some initial setup before :meth:`run` operation starts.
- This can be used for reading huge parts from life wiki or file + This can be used for reading huge parts from live wiki or file operation which is more than just initialize the instance. Invoked by :meth:`run` before running through :attr:`generator` loop.
pywikibot-commits@lists.wikimedia.org