summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMajiD Fatemian <majidfn@yahoo.com>2013-12-23 15:21:41 -0500
committerMajiD Fatemian <majidfn@yahoo.com>2013-12-23 15:21:41 -0500
commit1ae5fd02be7683c2121a37ee120b44fbe9aa86d0 (patch)
treef950479ff515e48b75bdd2ba0d1a45c86f3bf4a7 /docs
parentc89bcc737ec27b1f7520168a57f502537ad6c555 (diff)
downloadoauthlib-1ae5fd02be7683c2121a37ee120b44fbe9aa86d0.tar.gz
Just a Typo in the headers
Instead of the Content-Type it was mentioned Authorization.
Diffstat (limited to 'docs')
-rw-r--r--docs/oauth1/client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth1/client.rst b/docs/oauth1/client.rst
index 868a7ad..2b3dfec 100644
--- a/docs/oauth1/client.rst
+++ b/docs/oauth1/client.rst
@@ -133,7 +133,7 @@ Using the Client
)
>>> # Please set content-type to application/x-www-form-urlencoded
- >>> headers = {'Authorization':oauthlib.oauth1.CONTENT_TYPE_FORM_URLENCODED}
+ >>> headers = {'Content-Type':oauthlib.oauth1.CONTENT_TYPE_FORM_URLENCODED}
>>> uri, headers, body = client.sign('http://example.com/path?query=hello',
headers=headers)
>>> body