diff --git a/github/Repository.py b/github/Repository.py index 93b89f6c..bb9de4c4 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -52,7 +52,7 @@ import github.Legacy class Repository(github.GithubObject.CompletableGithubObject): """ - This class represents Repositorys as returned for example by http://developer.github.com/v3/todo + This class represents Repositorys. The reference can be found here http://developer.github.com/v3/repos/ """ @property