Merge pull request #417 from edunham/explain-authed-user

Document how one gets an AuthenticatedUser object
This commit is contained in:
Jimmy Zelinskie
2016-07-05 18:26:22 -04:00
committed by GitHub
+2
View File
@@ -45,6 +45,8 @@ import github.Notification
class AuthenticatedUser(github.GithubObject.CompletableGithubObject):
"""
This class represents AuthenticatedUsers as returned for example by http://developer.github.com/v3/todo
An AuthenticatedUser object can be created by calling ``get_user()`` on a Github object.
"""
@property