[Pywikipedia-l] SVN: [4750] trunk/pywikipedia/wikipedia.py

rotem at svn.wikimedia.org rotem at svn.wikimedia.org
Sat Dec 22 13:31:02 UTC 2007


Revision: 4750
Author:   rotem
Date:     2007-12-22 13:31:02 +0000 (Sat, 22 Dec 2007)

Log Message:
-----------
Fixing comments.

Modified Paths:
--------------
    trunk/pywikipedia/wikipedia.py

Modified: trunk/pywikipedia/wikipedia.py
===================================================================
--- trunk/pywikipedia/wikipedia.py	2007-12-22 13:28:10 UTC (rev 4749)
+++ trunk/pywikipedia/wikipedia.py	2007-12-22 13:31:02 UTC (rev 4750)
@@ -2923,7 +2923,7 @@
     Return a dict of interlanguage links found in text.
     
     Dict uses language codes as keys and Page objects as values.
-    Do not call this routine directly, use Page.interwikiLinks() method
+    Do not call this routine directly, use Page.interwiki() method
     instead.
 
     """
@@ -2970,7 +2970,7 @@
     If a link to an unknown language is encountered, a warning is printed.
     If a marker is defined, that string is placed at the location of the
     last occurence of an interwiki link (at the end if there are no
-    interwikilinks).
+    interwiki links).
 
     """
     if site == None:





More information about the Pywikipedia-l mailing list