Revision: 5501 Author: siebrand Date: 2008-06-02 23:28:53 +0000 (Mon, 02 Jun 2008)
Log Message: ----------- Fix syntax error
Modified Paths: -------------- trunk/pywikipedia/category.py
Modified: trunk/pywikipedia/category.py =================================================================== --- trunk/pywikipedia/category.py 2008-06-02 22:30:01 UTC (rev 5500) +++ trunk/pywikipedia/category.py 2008-06-02 23:28:53 UTC (rev 5501) @@ -286,7 +286,7 @@
Parameters: catlink - The Category to be linked pagelink - the Page to be placed in the category - + Trailing words in brackets will be removed. Example: If category_name is 'Author' and pl is a Page to [[Alexandre Dumas (senior)]], this function will return this Category:
pywikipedia-l@lists.wikimedia.org