diff options
author | 2011-07-23 23:18:23 -0400 | |
---|---|---|
committer | 2011-07-23 23:18:23 -0400 | |
commit | cd5133588ed725f00edbe280ff8677ab0944f061 (patch) | |
tree | b9c7b86573d45e8e1af1850e75d759b2651bf67d | |
parent | basic auth -- that was easy :) (diff) | |
download | python-github3-cd5133588ed725f00edbe280ff8677ab0944f061.tar.xz python-github3-cd5133588ed725f00edbe280ff8677ab0944f061.zip |
docs update
-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( |