diff options
| author | giacomo <gikappa@gmail.com> | 2013-05-02 18:16:19 +0300 |
|---|---|---|
| committer | giacomo <gikappa@gmail.com> | 2013-05-02 18:16:19 +0300 |
| commit | 8781b56a0ed8e33a90590cdebe84bc09bb4be796 (patch) | |
| tree | 3b8b6832bb5374192f348fcc160cbad124835c7c /docs | |
| parent | e585e496c9f0097e3df613bf0cb9cc7e2be95c20 (diff) | |
| download | python-requests-8781b56a0ed8e33a90590cdebe84bc09bb4be796.tar.gz | |
Fixed example in authentication docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/authentication.rst b/docs/user/authentication.rst index d25f373c..66bc3ca2 100644 --- a/docs/user/authentication.rst +++ b/docs/user/authentication.rst @@ -49,7 +49,7 @@ OAuth 1 Authentication A common form of authentication for several web APIs is OAuth. The ``requests-oauthlib`` library allows Requests users to easily make OAuth authenticated requests:: - >>> import request + >>> import requests >>> from requests_oauthlib import OAuth1 >>> url = 'https://api.twitter.com/1.1/account/verify_credentials.json' |
