jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/343446 )
Change subject: basic.py: Fix typos ......................................................................
basic.py: Fix typos
Change-Id: Ic892c92ab58dd23a63f080af466bcbc164f8c211 --- M scripts/basic.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Sn1per: Looks good to me, approved
diff --git a/scripts/basic.py b/scripts/basic.py index 489a067..0f3879b 100755 --- a/scripts/basic.py +++ b/scripts/basic.py @@ -90,7 +90,7 @@ # call constructor of the super class super(BasicBot, self).__init__(site=True, **kwargs)
- # handle old -dry paramter + # handle old -dry parameter self._handle_dry_param(**kwargs)
# assign the generator to the bot @@ -185,7 +185,7 @@ pywikibot.input('Please enter a value for ' + arg) options[option] = value # take the remaining options as booleans. - # You will get a hint if they aren't pre-definded in your bot class + # You will get a hint if they aren't pre-defined in your bot class else: options[option] = True
pywikibot-commits@lists.wikimedia.org