Skip to content
Snippets Groups Projects
Commit 7c325b1e authored by nkour's avatar nkour
Browse files

make a comment more accurate

parent bd01e571
No related branches found
No related tags found
No related merge requests found
......@@ -682,7 +682,7 @@ def print_conversation_line(self, text, jid, kind, name, tim,
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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment