diff --git a/github/Organization.py b/github/Organization.py index 90cce0d9..46edc26d 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -526,7 +526,7 @@ class Organization(github.GithubObject.CompletableGithubObject): def get_repos(self, type=github.GithubObject.NotSet): """ :calls: `GET /orgs/:org/repos `_ - :param type: string + :param type: string ('all', 'public', 'private', 'forks', 'sources', 'member') :rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.Repository.Repository` """ assert type is github.GithubObject.NotSet or isinstance(type, (str, unicode)), type