Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc55b06f

Browse files
committed
More documentation fixes. Woot.
1 parent2518894 commitc55b06f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎github3/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def organization(self, login):
556556
557557
:param login: (required), login name of the org
558558
:type login: str
559-
:returns: :class:`Organization <org.Organization>`
559+
:returns: :class:`Organization <github3.org.Organization>`
560560
"""
561561
url=self._build_url('orgs',login)
562562
json=self._json(self._get(url),200)

‎github3/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def id(self):
196196

197197
@property
198198
defuser(self):
199-
""":class:`User <user.User>` who created the comment."""
199+
""":class:`User <github3.user.User>` who created the comment."""
200200
returnself._user
201201

202202

@@ -229,8 +229,8 @@ def sha(self):
229229

230230
classBaseAccount(GitHubCore):
231231
"""The :class:`BaseAccount <BaseAccount>` object. This is used to do the
232-
heavy lifting for :class:`Organization <org.Organization>` and :class:`User
233-
<user.User>` objects.
232+
heavy lifting for :class:`Organization <github3.org.Organization>` and
233+
:class:`User <github3.user.User>` objects.
234234
"""
235235
def__init__(self,acct,session):
236236
super(BaseAccount,self).__init__(acct,session)

‎github3/org.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def is_public_member(self, login):
333333
deflist_events(self):
334334
"""List events for this org.
335335
336-
:returns: list of :class:`Event <event.Event>`\ s
336+
:returns: list of :class:`Event <github3.event.Event>`\ s
337337
"""
338338
url=self._api+'/events'
339339
json=self._get(url)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp