From b197de0ccc0faf8b4b3da77a46750f39bf7acdb3 Mon Sep 17 00:00:00 2001 From: Reuben Sutton Date: Thu, 2 Feb 2017 11:56:45 +0000 Subject: Fix git.Commit docs typo --- git/objects/commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/objects/commit.py') diff --git a/git/objects/commit.py b/git/objects/commit.py index 633f7aa1..042379a8 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -93,7 +93,7 @@ class Commit(base.Object, Iterable, Diffable, Traversable, Serializable): is the committed DateTime - use time.gmtime() to convert it into a different format :param committer_tz_offset: int_seconds_west_of_utc - is the timezone that the authored_date is in + is the timezone that the committed_date is in :param message: string is the commit message :param encoding: string -- cgit v1.2.1