jenkins-bot has submitted this change and it was merged.

Change subject: fixing typo in exception name
......................................................................


fixing typo in exception name

Change-Id: Ib53e10ab703fb5db490111b490c6bc104a530694
---
M lonelypages.py
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Ladsgroup: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/lonelypages.py b/lonelypages.py
index 859bab8..8a8d71c 100644
--- a/lonelypages.py
+++ b/lonelypages.py
@@ -31,7 +31,7 @@
 
 --- Credit and Help ---
 This Script has been developed by Pietrodn and Filnik on botwiki. If you want 
to help us
-improving our script archive and pywikipediabot's archive or you simply need 
help
+improving our script archive and pywikibot's archive or you simply need help
 you can find us here: http://botwiki.sno.cc
 
 --- Examples ---
@@ -40,7 +40,7 @@
 #
 # (C) Pietrodn, it.wiki 2006-2007
 # (C) Filnik, it.wiki 2007
-# (C) Pywikibot team, 2008-2013
+# (C) Pywikibot team, 2008-2014
 #
 # Distributed under the terms of the MIT license.
 #
@@ -185,7 +185,7 @@
                 u"%s doesn't esist, I use the page as if it was blank!"
                 % enable.title())
             getenable = ''
-        except wikiepedia.IsRedirect:
+        except pywikibot.IsRedirect:
             pywikibot.output(u"%s is a redirect, skip!" % enable.title())
             getenable = ''
         # If the enable page is set to disable, turn off the bot
@@ -201,7 +201,7 @@
         except pywikibot.NoPage:
             pywikibot.output(u"%s doesn't esist, skip!" % disambigpage.title())
             disambigtext = ''
-        except wikiepedia.IsRedirect:
+        except pywikibot.IsRedirect:
             pywikibot.output(u"%s is a redirect, don't use it!"
                              % disambigpage.title())
             disambigPage = None

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib53e10ab703fb5db490111b490c6bc104a530694
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to