aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 00:42:07 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 00:42:07 -0400
commitab9a372d410b69b4fd715146b265237879032b1e (patch)
tree597a96ec606651746a210ccf0576f4b7f8566af7
parentread it up (diff)
downloadpython-github3-ab9a372d410b69b4fd715146b265237879032b1e.tar.xz
python-github3-ab9a372d410b69b4fd715146b265237879032b1e.zip
amend
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index abcf054..637f43b 100644
--- a/README.rst
+++ b/README.rst
@@ -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')