From b428a36f6cb5737273983ad3dec9a7bdb6327c24 Mon Sep 17 00:00:00 2001 From: David Medina Date: Sat, 11 Feb 2012 22:28:24 +0100 Subject: Readme updated --- pygithub3/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3') diff --git a/pygithub3/github.py b/pygithub3/github.py index 0bd3bf7..9d9ca98 100644 --- a/pygithub3/github.py +++ b/pygithub3/github.py @@ -4,7 +4,7 @@ from pygithub3.services.users import User -class GitHub(object): +class Github(object): """ Main entrance """ def __init__(self, **config): -- cgit v1.2.3-59-g8ed1b