http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10320
Revision: 10320 Author: xqt Date: 2012-06-08 07:19:18 +0000 (Fri, 08 Jun 2012) Log Message: ----------- spelling mistake, fix for r10316, r10317
Modified Paths: -------------- branches/rewrite/pywikibot/config2.py trunk/pywikipedia/config.py
Modified: branches/rewrite/pywikibot/config2.py =================================================================== --- branches/rewrite/pywikibot/config2.py 2012-06-08 07:11:16 UTC (rev 10319) +++ branches/rewrite/pywikibot/config2.py 2012-06-08 07:19:18 UTC (rev 10320) @@ -503,7 +503,7 @@ # pages fetched from screen (mostly) have "\r\n". Interwiki and category # separator settings in family files should use multiplied of this. # LS is a shortcut alias. -line_separatur = LS = u'\n' +line_separator = LS = u'\n'
# End of configuration section # ============================
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2012-06-08 07:11:16 UTC (rev 10319) +++ trunk/pywikipedia/config.py 2012-06-08 07:19:18 UTC (rev 10320) @@ -488,7 +488,7 @@ # pages fetched from screen (mostly) have "\r\n". Interwiki and category # separator settings in family files should use multiplied of this. # LS is a shortcut alias. -line_separatur = LS = u'\r\n' +line_separator = LS = u'\r\n'
############## TEMPORARY SETTINGS ############## # Temporary solution for 2012 version survey, search for this key
pywikipedia-svn@lists.wikimedia.org