mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 23:50:18 +00:00
Fix typo messsage -> message
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ from github2.core import BaseData, GithubCommand, Attribute, DateAttribute
|
||||
|
||||
|
||||
class Commit(BaseData):
|
||||
messsage = Attribute("Commit message.")
|
||||
message = Attribute("Commit message.")
|
||||
parents = Attribute("List of parents for this commit.")
|
||||
url = Attribute("Canonical URL for this commit.")
|
||||
author = Attribute("Author metadata (dict with name/email.)")
|
||||
|
||||
Reference in New Issue
Block a user