Revision: 6677 Author: purodha Date: 2009-04-23 00:24:10 +0000 (Thu, 23 Apr 2009)
Log Message: ----------- typo in comment
Modified Paths: -------------- branches/rewrite/pywikibot/textlib.py
Modified: branches/rewrite/pywikibot/textlib.py =================================================================== --- branches/rewrite/pywikibot/textlib.py 2009-04-22 20:39:10 UTC (rev 6676) +++ branches/rewrite/pywikibot/textlib.py 2009-04-23 00:24:10 UTC (rev 6677) @@ -351,7 +351,7 @@ """Replace interlanguage links in the text with a new set of links.
'new' should be a dict with the Site objects as keys, and Page or Link - object as values (i.e., just like the dict returned by getLanguageLinks + objects as values (i.e., just like the dict returned by getLanguageLinks function).
"""