Fix small typo

This commit is contained in:
fukatani
2016-08-14 14:35:19 +09:00
parent d640666cd6
commit 987bca00fa
+1 -1
View File
@@ -77,7 +77,7 @@ atLeastPython3 = sys.hexversion >= 0x03000000
class Repository(github.GithubObject.CompletableGithubObject):
"""
This class represents Repositorys. The reference can be found here http://developer.github.com/v3/repos/
This class represents Repositories. The reference can be found here http://developer.github.com/v3/repos/
"""
@property