mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Fix typo in a constant
This commit is contained in:
@@ -208,7 +208,7 @@ class GithubObject(object):
|
||||
'''
|
||||
:type: str
|
||||
'''
|
||||
return self._headers.get(Consts.RES_LAST_MODIFED)
|
||||
return self._headers.get(Consts.RES_LAST_MODIFIED)
|
||||
|
||||
def get__repr__(self, params):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user