revert sth really minor

This commit is contained in:
Nikos Kouremenos 2005-11-26 22:03:08 +00:00
parent 98e66332ee
commit 7bc34a8532
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def get_jid(dirname, filename):
return jid
def decode_jid(string):
'''try to decode (to make it Unicode instance) given string'''
'''try to decode (to make it Unicode instance) given jid'''
# by the time we go to iso15 it better be the one else we show bad characters
encodings = (sys.getfilesystemencoding(), 'utf-8', 'iso-8859-15')
for encoding in encodings: