diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-08 18:17:05 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-08 20:22:51 +0200 |
commit | 4251bd59fb8e11e40c40548cba38180a9536118c (patch) | |
tree | b3cb0fad7a8792505e4da14ea5c5223d96f6aee9 /lib/git/commit.py | |
parent | 451561c252323e74696dbe0be36601c95a75a8c3 (diff) | |
download | gitpython-4251bd59fb8e11e40c40548cba38180a9536118c.tar.gz |
Improved head and tag object documentation slightly
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 |