From 959bc27f2d4bb33a8dda0082d0658c5f8e115280 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 27 May 2014 09:44:35 +0100 Subject: [PATCH] documentation typos --- github/GithubObject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/GithubObject.py b/github/GithubObject.py index 20fa51e7..35e4b5b5 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -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)