diff --git a/AUTHORS b/AUTHORS index 2e006ba23..d2483dd42 100644 --- a/AUTHORS +++ b/AUTHORS @@ -28,5 +28,6 @@ Contributors are: -Yaroslav Halchenko -Tim Swast -William Luc Ritchie +-David Host Portions derived from other open source works and are clearly marked. diff --git a/git/objects/commit.py b/git/objects/commit.py index b7d27d92c..9736914af 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -81,7 +81,7 @@ def __init__(self, repo, binsha, tree=None, author=None, authored_date=None, aut :param tree: Tree Tree object :param author: Actor - is the author string ( will be implicitly converted into an Actor object ) + is the author Actor object :param authored_date: int_seconds_since_epoch is the authored DateTime - use time.gmtime() to convert it into a different format