diff --git a/github/Notification.py b/github/Notification.py index 964650b0..c64fdf12 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -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 diff --git a/github/Organization.py b/github/Organization.py index 59e558fd..26245844 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -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