diff options
-rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,8 +14,7 @@ Usage import github3 - gh = github3.basic_auth('username', password) - # optional + gh = github3.basic_auth('username', 'password') gh.get_repo('kennethreitz', 'python-github3') |