Formatted the example to fix the color highlighting

This commit is contained in:
Bård Aase
2016-10-31 09:09:16 +01:00
committed by GitHub
parent 595a409a18
commit 388e949e83
+1 -1
View File
@@ -67,7 +67,7 @@ library allows Requests users to easily make OAuth authenticated requests::
>>> url = 'https://api.twitter.com/1.1/account/verify_credentials.json'
>>> auth = OAuth1('YOUR_APP_KEY', 'YOUR_APP_SECRET',
'USER_OAUTH_TOKEN', 'USER_OAUTH_TOKEN_SECRET')
... 'USER_OAUTH_TOKEN', 'USER_OAUTH_TOKEN_SECRET')
>>> requests.get(url, auth=auth)
<Response [200]>