diff options
author | 2011-07-23 00:42:07 -0400 | |
---|---|---|
committer | 2011-07-23 00:42:07 -0400 | |
commit | ab9a372d410b69b4fd715146b265237879032b1e (patch) | |
tree | 597a96ec606651746a210ccf0576f4b7f8566af7 | |
parent | read it up (diff) | |
download | python-github3-ab9a372d410b69b4fd715146b265237879032b1e.tar.xz python-github3-ab9a372d410b69b4fd715146b265237879032b1e.zip |
amend
-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') |