From 987bca00fa42a6660b5b2b9d8ee9414b24cedb84 Mon Sep 17 00:00:00 2001 From: fukatani Date: Sun, 14 Aug 2016 14:35:19 +0900 Subject: [PATCH] Fix small typo --- github/Repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/Repository.py b/github/Repository.py index 2e3ac2ac..d9ca93d0 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -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