Run compare_to_api_ref_doc.py

This commit is contained in:
Vincent Jacques
2013-08-21 16:14:13 +02:00
parent 20107078d2
commit 2dec13c974
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1528,7 +1528,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
def legacy_search_issues(self, state, keyword):
"""
:calls: `GET /legacy/issues/search/:owner/:repository/:state/:keyword <http://developer.github.com/v3/search>`_
:calls: `GET /legacy/issues/search/:owner/:repository/:state/:keyword <http://developer.github.com/v3/search/legacy>`_
:param state: "open" or "closed"
:param keyword: string
:rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.Issue.Issue`