1 parent f1667a2 commit f6abaa5Copy full SHA for f6abaa5
1 file changed
github2/commits.py
@@ -8,7 +8,7 @@ class Commit(BaseData):
8
author = Attribute("Author metadata (dict with name/email.)")
9
id = Attribute("Commit ID.")
10
committed_date = DateAttribute("Date committed.", format="commit")
11
- authored_data = DateAttribute("Date authored.", format="commit")
+ authored_date = DateAttribute("Date authored.", format="commit")
12
tree = Attribute("Tree SHA for this commit.")
13
committer = Attribute("Comitter metadata (dict with name/email.)")
14
0 commit comments