This commit is contained in:
Kenneth Reitz
2011-07-23 00:42:07 -04:00
parent 92c930f576
commit ab9a372d41
+1 -2
View File
@@ -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')