Add issue comments viewing to examples.

This commit is contained in:
Scott Torborg
2010-06-12 13:34:25 -07:00
parent 126e853f6e
commit 5f8c18be79
+6
View File
@@ -103,6 +103,12 @@ View an Issue
>>> issue.title
'Should not be able to upload same version twice.'
View Comments on an Issue
-------------------------
>>> comments = github.issues.comments("ask/chishop", 5)
>>> comments[0].body
'Fix merged into /ask branch.'
Open and Close Issues
---------------------