diff --git a/github/Commit.py b/github/Commit.py index 41e0277f..a017f5d9 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -27,7 +27,7 @@ import github.CommitComment class Commit(github.GithubObject.CompletableGithubObject): """ - This class represents Commits as returned for example by http://developer.github.com/v3/todo + This class represents Commits as returned for example by http://developer.github.com/v3/git/commits/ """ @property