diff options
author | Reuben Sutton <reuben.sutton@gmail.com> | 2017-02-02 11:56:45 +0000 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2017-02-02 18:04:10 +0100 |
commit | b197de0ccc0faf8b4b3da77a46750f39bf7acdb3 (patch) | |
tree | a7a6a7b001077dd4e6ba2b9e8aae39ddb01c1082 /git/objects/commit.py | |
parent | 552a0aa094f9fd22faf136cdbc4829a367399dfe (diff) | |
download | gitpython-b197de0ccc0faf8b4b3da77a46750f39bf7acdb3.tar.gz |
Fix git.Commit docs typo
Diffstat (limited to 'git/objects/commit.py')
-rw-r--r-- | git/objects/commit.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |