Skip to content

Commit 4e60ba8

Browse files
committed
Merge remote branch 'adamv/wip'
2 parents 655c245 + c8e9e70 commit 4e60ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github2/issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Issue(BaseData):
1414
updated_at = DateAttribute("The date when this issue was last updated.")
1515

1616
def __repr__(self):
17-
return "<Issue: %s>" % self.title
17+
return "<Issue: %s>" % self.title.encode('utf-8')
1818

1919

2020
class Comment(BaseData):

0 commit comments

Comments
 (0)