diff options
Diffstat (limited to 'pygithub3/services/users/emails.py')
-rw-r--r-- | pygithub3/services/users/emails.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pygithub3/services/users/emails.py b/pygithub3/services/users/emails.py index 084a29c..09f6683 100644 --- a/pygithub3/services/users/emails.py +++ b/pygithub3/services/users/emails.py @@ -8,7 +8,6 @@ class Emails(Service): """ Consume `Emails API <http://developer.github.com/v3/users/emails/>`_ .. warning:: - You must be authenticated for all requests """ @@ -26,7 +25,6 @@ class Emails(Service): :param list emails: Emails to add .. note:: - It rejects non-valid emails :: |