mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
documentation typos
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user