mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 15:40:19 +00:00
Fix typo authored_data -> authored_date
This commit is contained in:
+1
-1
@@ -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.)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user