From cd5133588ed725f00edbe280ff8677ab0944f061 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Jul 2011 23:18:23 -0400 Subject: docs update --- github3/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'github3') 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( -- cgit v1.2.3-59-g8ed1b