Merge pull request #438 from fukatani/fix-typo-repo

Fix small typo
This commit is contained in:
Jimmy Zelinskie
2016-08-14 11:52:13 -04:00
committed by GitHub
+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