From bad19c06a42a820dbd9e4246e66a0cbcab18a9e9 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:32:43 +0200 Subject: [PATCH] Repository docstring --- github/Repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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