Fix typo authored_data -> authored_date

This commit is contained in:
Ask Solem
2009-04-21 14:46:20 +02:00
parent f1667a2720
commit f6abaa5dba
+1 -1
View File
@@ -8,7 +8,7 @@ class Commit(BaseData):
author = Attribute("Author metadata (dict with name/email.)")
id = Attribute("Commit ID.")
committed_date = DateAttribute("Date committed.", format="commit")
authored_data = DateAttribute("Date authored.", format="commit")
authored_date = DateAttribute("Date authored.", format="commit")
tree = Attribute("Tree SHA for this commit.")
committer = Attribute("Comitter metadata (dict with name/email.)")