diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-10-13 00:46:46 +0100 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-10-13 00:46:46 +0100 |
| commit | 9840966d7203f0301fa3fdd3b525b191321b70dd (patch) | |
| tree | 56a8210bb48e7c2d55936dbcd9f1ca3f5d6e516c /docs/user/quickstart.rst | |
| parent | c3fc2dd2594faea5797ef6cdd75d0ae31b5ec1d6 (diff) | |
| download | python-requests-9840966d7203f0301fa3fdd3b525b191321b70dd.tar.gz | |
typo all the things
Diffstat (limited to 'docs/user/quickstart.rst')
| -rw-r--r-- | docs/user/quickstart.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index b73f2961..159d651a 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -374,9 +374,7 @@ OAuth Authentication Requests features robust, built-in OAuth support! -OAuth takes many forms, so let's take a look at a few - -:: +OAuth takes many forms, so let's take a look at a few different forms:: import requests from requests.auth import OAuth1 |
