documentation typos

This commit is contained in:
Andrew Scheller
2014-05-27 09:44:35 +01:00
parent b64b0d6942
commit 959bc27f2d
+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)