Skip to content

Commit 855d7e9

Browse files
committed
Rename github3.orgs to github3.organizations
1 parent 5ddb11f commit 855d7e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Old name New name
2323
``github3.iter_following`` ``github3.following``
2424
``github3.iter_gists`` ``github3.gists``
2525
``github3.iter_repo_issues`` ``github3.repo_issues``
26-
``github3.iter_orgs`` ``github3.orgs``
26+
``github3.iter_orgs`` ``github3.organizations``
2727
``github3.iter_user_repos`` ``github3.user_repos``
2828
``github3.iter_starred`` ``github3.starred``
2929
``github3.iter_subscriptions`` ``github3.subscriptions``

github3/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def repo_issues(owner, repository, milestone=None, state=None, assignee=None,
246246
return iter([])
247247

248248

249-
def orgs(username, number=-1, etag=None):
249+
def organizations(username, number=-1, etag=None):
250250
"""List the organizations associated with ``username``.
251251
252252
:param str username: (required), login of the user

0 commit comments

Comments
 (0)