diff --git a/README.rst b/README.rst index 44cb5d4..e760b7e 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------------------