We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 655c245 + c8e9e70 commit 4e60ba8Copy full SHA for 4e60ba8
1 file changed
github2/issues.py
@@ -14,7 +14,7 @@ class Issue(BaseData):
14
updated_at = DateAttribute("The date when this issue was last updated.")
15
16
def __repr__(self):
17
- return "<Issue: %s>" % self.title
+ return "<Issue: %s>" % self.title.encode('utf-8')
18
19
20
class Comment(BaseData):
0 commit comments