From 970bc6146c2e9d1c6fb4d5d741c9feffb97b6801 Mon Sep 17 00:00:00 2001 From: martinqt Date: Sun, 2 Jun 2013 14:45:00 +0200 Subject: [PATCH] Update Notification --- github/Notification.py | 2 +- github/Organization.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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