10000 Merge pull request #456 from danpalmer/patch-1 · pythonthings/github3.py@d132237 · GitHub
[go: up one dir, main page]

Skip to content

Commit d132237

Browse files
committed
Merge pull request sigmavirus24#456 from danpalmer/patch-1
Clarify documentation around repo filtering
2 parents 95d8a93 + 702615e commit d132237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def rate_limit(self):
976976
@requires_auth
977977
def repositories(self, type=None, sort=None, direction=None, number=-1,
978978
etag=None):
979-
"""List public repositories for the authenticated user.
979+
"""List repositories for the authenticated user, filterable by ``type``.
980980
981981
.. versionchanged:: 0.6
982982

0 commit comments

Comments
 (0)
0