From d615ead9640c7a6b0485fa13f74c233d6a9eba7c Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:33:01 +0200 Subject: [PATCH] RepositoryKey docstring --- github/RepositoryKey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index 94c42e74..dc43894b 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -19,7 +19,7 @@ import github.GithubObject class RepositoryKey(github.GithubObject.CompletableGithubObject): """ - This class represents RepositoryKeys as returned for example by http://developer.github.com/v3/keys + This class represents RepositoryKeys. The reference can be found here http://developer.github.com/v3/repos/keys/ """ def __init__(self, requester, attributes, completed, repoUrl):