Revision: 6854 Author: cosoleto Date: 2009-05-07 13:07:14 +0000 (Thu, 07 May 2009)
Log Message: ----------- fix typo
Modified Paths: -------------- trunk/pywikipedia/config.py
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2009-05-07 13:03:59 UTC (rev 6853) +++ trunk/pywikipedia/config.py 2009-05-07 13:07:14 UTC (rev 6854) @@ -125,8 +125,8 @@ console_encoding = None
# The encoding in which textfiles are stored, which contain lists of page -# titles. The most used is: 'utf-8', 'utf-8-sig' recognizes BOM but it is -# available on Python 2.5 or higher). For a complete list please see: +# titles. The most used is: 'utf-8'. 'utf-8-sig' recognizes BOM but it is +# available on Python 2.5 or higher. For a complete list please see: # http://docs.python.org/library/codecs.html#standard-encodings textfile_encoding = 'utf-8'
pywikipedia-svn@lists.wikimedia.org