Skip to content

Commit 2464f46

Browse files
Update src/github3/repos/comparison.py
Accepting sigmavirus suggestion Co-authored-by: Ian Stapleton Cordasco <[email protected]>
1 parent ef1002a commit 2464f46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/github3/repos/comparison.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ class Comparison(models.GitHubCore):
3030
3131
3232
A list of :class:`~github3.repos.commit.ShortCommit` objects
33-
representing the first commits in the comparison.
33+
representing up to the first 250 commits in the comparison.
34+
35+
If a comparison has more than 250 commits, use the commits function
36+
to iterate over all available commits.
3437
3538
.. attribute:: diff_url
3639

0 commit comments

Comments
 (0)