10000 Merge pull request #291 from msabramo/fix_typo_comments_to_commits · krishvarag/github3.py@ec5eb5f · GitHub
[go: up one dir, main page]

Skip to content

Commit ec5eb5f

Browse files
committed
Merge pull request sigmavirus24#291 from msabramo/fix_typo_comments_to_commits
Fix typo comments to commits
2 parents a410327 + a31d3e5 commit ec5eb5f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ Contributors
7676
- Cameron Davidson-Pilon (@CamDavidsonPilon)
7777

7878
- Alex Couper (@alexcouper)
79+
80+
- Marc Abramowitz (@msabramo)

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