[Pywikipedia-l] SVN: [6283] trunk/pywikipedia/imagerecat.py
multichill at svn.wikimedia.org
multichill at svn.wikimedia.org
Fri Jan 23 14:21:17 UTC 2009
Revision: 6283
Author: multichill
Date: 2009-01-23 14:21:17 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
Fix template.
Modified Paths:
--------------
trunk/pywikipedia/imagerecat.py
Modified: trunk/pywikipedia/imagerecat.py
===================================================================
--- trunk/pywikipedia/imagerecat.py 2009-01-23 14:15:11 UTC (rev 6282)
+++ trunk/pywikipedia/imagerecat.py 2009-01-23 14:21:17 UTC (rev 6283)
@@ -298,7 +298,7 @@
result = result + u'|gallery' + str(galleryCounter) + u'=' + gallery.replace('_', ' ') + u'\n'
galleryCounter = galleryCounter + 1
- result = result + u'ncats='+ str(ncats) + u'\n'
+ result = result + u'|ncats='+ str(ncats) + u'\n'
result = result + u'}}\n'
return result
More information about the Pywikipedia-l
mailing list