summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2013-10-12 21:34:52 +0800
committerHsiaoming Yang <me@lepture.com>2013-10-12 21:34:52 +0800
commit274b899af69082656c8ba5f755d25f264b88eb01 (patch)
treea6c1c168fd86647d396630a372b97d2bcdfe5123 /docs
parent23d6cb819dae4f2f7a1b23769a7eec5679a7c311 (diff)
downloadoauthlib-274b899af69082656c8ba5f755d25f264b88eb01.tar.gz
Fix all application/json mimetypes.
Diffstat (limited to 'docs')
-rw-r--r--docs/oauth2/endpoints/token.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oauth2/endpoints/token.rst b/docs/oauth2/endpoints/token.rst
index bf1a256..9bf9f8d 100644
--- a/docs/oauth2/endpoints/token.rst
+++ b/docs/oauth2/endpoints/token.rst
@@ -53,7 +53,7 @@ tokens which unless you are certain you need them, are a bad idea.
# headers will contain some suggested headers to add to your response
{
- 'Content-Type': 'application/json;charset=UTF-8',
+ 'Content-Type': 'application/json',
'Cache-Control': 'no-store',
'Pragma': 'no-cache',
}