This commit is contained in:
Kenneth Reitz
2011-12-26 23:28:39 -05:00
parent 7e622e1394
commit b0a5f413f6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ This module provides the base entrypoint for github3.
from .api import Github
def from_key(username, password):
def login(username, password):
"""Returns an authenticated Github instance, via API Key."""
gh = Github()