From 6a858c6e6279ae6fc445bc266144bf8a9eb77400 Mon Sep 17 00:00:00 2001 From: Cameron Davidson-Pilon Date: Sun, 4 May 2014 13:38:19 -0400 Subject: [PATCH] fixing typo --- github3/repos/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github3/repos/repo.py b/github3/repos/repo.py index e452c356e..1aa249944 100644 --- a/github3/repos/repo.py +++ b/github3/repos/repo.py @@ -176,7 +176,7 @@ def __init__(self, repo, session=None): self.languages_url = repo.get('languages_url', '') #: Stargazers url (not a template) - self.stargarzers_url = repo.get('stargazers_url', '') + self.stargazers_url = repo.get('stargazers_url', '') #: Contributors url (not a template) self.contributors_url = repo.get('contributors_url', '')