http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10163
Revision: 10163 Author: xqt Date: 2012-05-01 14:40:41 +0000 (Tue, 01 May 2012) Log Message: ----------- Don't joke with bots, this is a serious matter ;) Follow-up for r9411
Modified Paths: -------------- trunk/pywikipedia/replace.py
Modified: trunk/pywikipedia/replace.py =================================================================== --- trunk/pywikipedia/replace.py 2012-04-30 22:08:03 UTC (rev 10162) +++ trunk/pywikipedia/replace.py 2012-05-01 14:40:41 UTC (rev 10163) @@ -860,7 +860,7 @@ replacements = replacements[pywikibot.getSite().lang] except KeyError: pywikibot.output( - u"No replacements given in fix, don't joke with me!") + u"No replacements given in fix.") return
# Set the regular expression flags
pywikipedia-svn@lists.wikimedia.org