Skip to content

Commit b197de0

Browse files
reuben-suttonByron
authored andcommitted
Fix git.Commit docs typo
1 parent 552a0aa commit b197de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/commit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self, repo, binsha, tree=None, author=None, authored_date=None, aut
9393
is the committed DateTime - use time.gmtime() to convert it into a
9494
different format
9595
:param committer_tz_offset: int_seconds_west_of_utc
96-
is the timezone that the authored_date is in
96+
is the timezone that the committed_date is in
9797
:param message: string
9898
is the commit message
9999
:param encoding: string

0 commit comments

Comments
 (0)