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 <[email protected]>
---
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.

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1298402?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: I0c318deaa39a87688e8e55fe06df07f9c3a0d77f
Gerrit-Change-Number: 1298402
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]

Reply via email to