Fix typo.

This commit is contained in:
Itamar Turner-Trauring 2021-03-02 09:14:10 -05:00
parent f75eda1255
commit 80ab032a21

View File

@ -961,7 +961,7 @@ class PublishStatusElement(Element):
if si_s is None:
si_s = "(None)"
else:
si_s = unicode("utf-8")
si_s = unicode(si_s, "utf-8")
return tag(si_s)
@renderer