Revision: 6177 Author: purodha Date: 2008-12-21 13:21:02 +0000 (Sun, 21 Dec 2008)
Log Message: ----------- typo
Modified Paths: -------------- trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py =================================================================== --- trunk/pywikipedia/wikipedia.py 2008-12-21 13:08:31 UTC (rev 6176) +++ trunk/pywikipedia/wikipedia.py 2008-12-21 13:21:02 UTC (rev 6177) @@ -2315,8 +2315,8 @@ text = self.get(get_redirect = True) output(u'Cannot delete page %s - marking the page for deletion instead:' % self.aslink()) # Note: Parameters to {{delete}}, and their meanings, vary from one Wikipedia to another. - # If you want or need to use them, you must be careful not to brake others. Else don't. - self.put(u'{{delete}}\n%s ~~~~\n----\n\n%s' % (reason, text), comment = reason) + # If you want or need to use them, you must be careful not to break others. Else don't. + self.put(u'{{delete}}\n%s --~~~~\n----\n\n%s' % (reason, text), comment = reason) return else: raise