This commit is contained in:
Vincent Jacques
2014-03-02 21:01:34 -08:00
parent 8bd6a4059e
commit 87dbb94cee
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ class Github(object):
def search_code(self, query, sort=github.GithubObject.NotSet, order=github.GithubObject.NotSet, **qualifiers):
"""
:calls: `GET /search/issues <http://developer.github.com/v3/search>`_
:calls: `GET /search/code <http://developer.github.com/v3/search>`_
:param query: string
:param sort: string ('indexed')
:param order: string ('asc', 'desc')