diff options
Diffstat (limited to 'lib/git/commit.py')
-rw-r--r-- | lib/git/commit.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/git/commit.py b/lib/git/commit.py index 2d463b6e..1cb863ca 100644 --- a/lib/git/commit.py +++ b/lib/git/commit.py @@ -136,8 +136,8 @@ class Commit(LazyMixin): is an optinal path, if set only Commits that include the path will be considered - ``options`` - is a Hash of optional arguments to git where + ``kwargs`` + optional keyword arguments to git where ``max_count`` is the maximum number of commits to fetch ``skip`` is the number of commits to skip |