From 78f6f763cbe945aeb69d59a5b16fdfb5a4aa9b2f Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 14:43:47 +0200 Subject: [PATCH] Organization docstring --- github/Organization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Organization.py b/github/Organization.py index 646e0272..59e558fd 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -29,7 +29,7 @@ import github.NamedUser class Organization(github.GithubObject.CompletableGithubObject): """ - This class represents Organizations as returned for example by http://developer.github.com/v3/todo + This class represents Tags. The reference can be found here http://developer.github.com/v3/orgs/ """ @property