mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Update Notification
This commit is contained in:
@@ -21,7 +21,7 @@ import github.NotificationSubject
|
||||
|
||||
class Notification(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Notifications as returned for example by http://developer.github.com/v3/activity/notifications/#list-your-notifications
|
||||
This class represents Notifications. The reference can be found here http://developer.github.com/v3/activity/notifications/#list-your-notifications
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
@@ -29,7 +29,7 @@ import github.NamedUser
|
||||
|
||||
class Organization(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Tags. The reference can be found here http://developer.github.com/v3/orgs/
|
||||
This class represents Organizations. The reference can be found here http://developer.github.com/v3/orgs/
|
||||
"""
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user