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::