From 97abc24e26064e6da7d7d3b835fdd122879a71f4 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 12:27:49 +0200 Subject: [PATCH] UserKey docstring --- github/UserKey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/UserKey.py b/github/UserKey.py index 22502f60..1106526a 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -19,7 +19,7 @@ import github.GithubObject class UserKey(github.GithubObject.CompletableGithubObject): """ - This class represents UserKeys as returned for example by http://developer.github.com/v3/todo + This class represents UserKeys. The reference can be found here http://developer.github.com/v3/users/keys/ """ @property