mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Fix doc (#224)
This commit is contained in:
@@ -31,3 +31,5 @@
|
||||
/PyGithub.egg-info/
|
||||
/.coverage
|
||||
/developer.github.com/
|
||||
/gh-pages/
|
||||
/doc/doctrees/
|
||||
|
||||
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user