Skip to content

Commit f6abaa5

Browse files
author
Ask Solem
committed
Fix typo authored_data -> authored_date
1 parent f1667a2 commit f6abaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github2/commits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Commit(BaseData):
88
author = Attribute("Author metadata (dict with name/email.)")
99
id = Attribute("Commit ID.")
1010
committed_date = DateAttribute("Date committed.", format="commit")
11-
authored_data = DateAttribute("Date authored.", format="commit")
11+
authored_date = DateAttribute("Date authored.", format="commit")
1212
tree = Attribute("Tree SHA for this commit.")
1313
committer = Attribute("Comitter metadata (dict with name/email.)")
1414

0 commit comments

Comments
 (0)