Dalba has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/46/343446/1

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
 

-- 
To view, visit https://gerrit.wikimedia.org/r/343446
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic892c92ab58dd23a63f080af466bcbc164f8c211
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Dalba <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to