jenkins-bot has submitted this change and it was merged.
Change subject: fix typo ......................................................................
fix typo
Change-Id: Idb610daad3abae2b567df3974060eafcc63b2f16 --- M us-states.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified
diff --git a/us-states.py b/us-states.py index 443f448..2fe2a3c 100644 --- a/us-states.py +++ b/us-states.py @@ -123,7 +123,7 @@ change = '' if p.isRedirectPage(): p2 = p.getRedirectTarget() - wikipeda.ouput( + pywikibot.ouput( u'Note: goal page is redirect. Creating redirect ' u'to "%s" to avoid double redirect.' % p2.title().replace("%2C", ",").replace("_", " "))
pywikibot-commits@lists.wikimedia.org