aboutsummaryrefslogtreecommitdiffstats
path: root/github3
diff options
context:
space:
mode:
Diffstat (limited to 'github3')
-rw-r--r--github3/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/models.py b/github3/models.py
index ba1ad61..076f2b3 100644
--- a/github3/models.py
+++ b/github3/models.py
@@ -85,7 +85,7 @@ class User(BaseResource):
"""Github User object model."""
_strs = [
- 'login','gravatar_url', 'url', 'name', 'company', 'blog', 'location',
+ 'login','avatar_url', 'url', 'name', 'company', 'blog', 'location',
'email', 'bio', 'html_url']
_ints = ['id', 'public_repos', 'public_gists', 'followers', 'following']