make a comment more accurate

This commit is contained in:
Nikos Kouremenos 2006-09-06 13:31:12 +00:00
parent bd01e5719b
commit 7c325b1e7c
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ class ConversationTextview:
format += day_str + ' '
format += '%X' + after_str
tim_format = time.strftime(format, tim)
# if format comes as unicode because of day_str.
# if tim_format comes as unicode because of day_str.
# we convert it to the encoding that we want (and that is utf-8)
tim_format = helpers.ensure_utf8_string(tim_format)
tim_format = tim_format.encode('utf-8')