aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/users.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-12-03 11:03:55 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-12-03 11:03:55 +0100
commit5eae4fd723e66ef8226f1ac58dfad2c6f76269cd (patch)
tree73e0cd05ff69c803e3f406a9e39ae70b65964800 /github3/handlers/users.py
parentGist public handler completed (diff)
downloadpython-github3-5eae4fd723e66ef8226f1ac58dfad2c6f76269cd.tar.xz
python-github3-5eae4fd723e66ef8226f1ac58dfad2c6f76269cd.zip
Added owner filter
Diffstat (limited to 'github3/handlers/users.py')
-rw-r--r--github3/handlers/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/handlers/users.py b/github3/handlers/users.py
index 92eea6f..2f12184 100644
--- a/github3/handlers/users.py
+++ b/github3/handlers/users.py
@@ -242,7 +242,7 @@ class AuthUser(Handler):
"""
Return user's public repositories
- param: filter: 'all', 'public', 'private' or 'member'
+ param: filter: 'all', 'owner', 'public', 'private' or 'member'
"""
return self._get_resources('repos', model=models.Repo,