Revision: 6803 Author: nicdumz Date: 2009-05-03 10:34:08 +0000 (Sun, 03 May 2009)
Log Message: ----------- Typo UnSafe -> Unsafe
Modified Paths: -------------- branches/rewrite/pywikibot/page.py
Modified: branches/rewrite/pywikibot/page.py =================================================================== --- branches/rewrite/pywikibot/page.py 2009-05-03 10:20:14 UTC (rev 6802) +++ branches/rewrite/pywikibot/page.py 2009-05-03 10:34:08 UTC (rev 6803) @@ -1972,7 +1972,7 @@ return link
@staticmethod - def langlinkUnSafe(lang, title, source): + def langlinkUnsafe(lang, title, source): """ Create a "lang:title" Link linked from source. Assumes that the lang & title come clean, no checks are made.