From 4251bd59fb8e11e40c40548cba38180a9536118c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Oct 2009 18:17:05 +0200 Subject: Improved head and tag object documentation slightly --- lib/git/commit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/git/commit.py') 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 -- cgit v1.2.1