From b1fa0019b372846fcc388f3605ffc35490f16982 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Mon, 28 May 2012 13:29:24 +0200 Subject: [PATCH] Fix tutorial --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e6c657..50016b80 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( You can also create a Github instance without authentication:: - g = Github( "user", "password" ) + g = Github() Or with an OAuth token::