read it up

This commit is contained in:
Kenneth Reitz
2011-07-23 00:41:28 -04:00
parent 430b05417b
commit 92c930f576
+3 -3
View File
@@ -12,12 +12,12 @@ Usage
:: ::
from github3 import github import github3
github.login('username', 'password') gh = github3.basic_auth('username', password)
# optional # optional
github. gh.get_repo('kennethreitz', 'python-github3')