diff options
Diffstat (limited to 'github3')
-rw-r--r-- | github3/models.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/github3/models.py b/github3/models.py index d17d51b..6909c00 100644 --- a/github3/models.py +++ b/github3/models.py @@ -83,9 +83,7 @@ class User(BaseResource): def _update(self): - """Update the authenticated user.""" - - # TODO: check that user is authenticated + """Update the User.""" args = to_api( dict( |