From 8781b56a0ed8e33a90590cdebe84bc09bb4be796 Mon Sep 17 00:00:00 2001 From: giacomo Date: Thu, 2 May 2013 18:16:19 +0300 Subject: [PATCH] Fixed example in authentication docs --- docs/user/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/authentication.rst b/docs/user/authentication.rst index d25f373..66bc3ca 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' -- 2.34.1