Merge pull request #249 from lurch/patch-1

documentation typos
This commit is contained in:
Vincent Jacques
2014-05-27 08:38:24 -07:00
+2 -2
View File
@@ -195,14 +195,14 @@ class GithubObject(object):
@property
def etag(self):
'''
:type str
:type: str
'''
return self._headers.get(Consts.RES_ETAG)
@property
def last_modified(self):
'''
:type str
:type: str
'''
return self._headers.get(Consts.RES_LAST_MODIFED)