8000 Fix typo: comments => commits · borgstrom/github3.py@1b72522 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b72522

Browse files
committed
Fix typo: comments => commits
1 parent a410327 commit 1b72522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github3/repos/repo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@ def iter_commits(self, sha=None, path=None, author=None, number=-1,
11781178
listed
11791179
:param str author: (optional), GitHub login, real name, or email to
11801180
filter commits by (using commit author)
1181-
:param int number: (optional), number of comments to return. Default:
1182-
-1 returns all comments
1181+
:param int number: (optional), number of commits to return. Default:
1182+
-1 returns all commits
11831183
:param str etag: (optional), ETag from a previous request to the same
11841184
endpoint
11851185
:param since: (optional), Only commits after this date will

0 commit comments

Comments
 (0)
0