This commit is contained in:
Vincent Jacques
2013-11-10 18:04:35 -08:00
parent 1a22a22135
commit b082414ad0
+1 -1
View File
@@ -1111,7 +1111,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
:param path: string
:param since: datetime.datetime
:param until: datetime.datetime
:param author: string or :clas:`github.NamedUser.NamedUser` or :clas:`github.AuthenticatedUser.AuthenticatedUser`
:param author: string or :class:`github.NamedUser.NamedUser` or :class:`github.AuthenticatedUser.AuthenticatedUser`
:rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.Commit.Commit`
"""
assert sha is github.GithubObject.NotSet or isinstance(sha, (str, unicode)), sha