From c80d727e374321573bb00e23876a67c77ff466e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 13:48:29 +0100 Subject: Bumped version, updated changelog, reduced code smell There is more work to do though, as many imports are still incorrect. Also, there are still print statements --- git/objects/commit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/objects/commit.py') diff --git a/git/objects/commit.py b/git/objects/commit.py index c6adcc94..4a4a314c 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -276,9 +276,9 @@ class Commit(base.Object, Iterable, Diffable, Traversable, Serializable): If True, the HEAD will be advanced to the new commit automatically. Else the HEAD will remain pointing on the previous commit. This could lead to undesired results when diffing files. - :param author: The name of the author, optional. If unset, the repository + :param author: The name of the author, optional. If unset, the repository configuration is used to obtain this value. - :param committer: The name of the committer, optional. If unset, the + :param committer: The name of the committer, optional. If unset, the repository configuration is used to obtain this value. :return: Commit object representing the new commit -- cgit v1.2.1