We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1002a commit 2464f46Copy full SHA for 2464f46
src/github3/repos/comparison.py
@@ -30,7 +30,10 @@ class Comparison(models.GitHubCore):
30
31
32
A list of :class:`~github3.repos.commit.ShortCommit` objects
33
- representing the first commits in the comparison.
+ 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.
37
38
.. attribute:: diff_url
39
0 commit comments