summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:40:39 -0400
committerjonathan vanasco <jonathan@2xlp.com>2018-09-11 14:40:39 -0400
commit7b843b112b9b330268d99a3b1e65c8381a7ad945 (patch)
tree430933e866c098f825299f655bb6102b3b80670e
parent49e555ba269a285af04057d728583a65f7649b41 (diff)
downloadoauthlib-7b843b112b9b330268d99a3b1e65c8381a7ad945.tar.gz
fixed spacing
-rw-r--r--oauthlib/oauth2/rfc6749/parameters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/parameters.py b/oauthlib/oauth2/rfc6749/parameters.py
index e1780f8..74a15f9 100644
--- a/oauthlib/oauth2/rfc6749/parameters.py
+++ b/oauthlib/oauth2/rfc6749/parameters.py
@@ -95,7 +95,7 @@ def prepare_token_request(grant_type, body='', **kwargs):
format in the HTTP request entity-body:
:param grant_type: To indicate grant type being used, i.e. "password",
- "authorization_code" or "client_credentials".
+ "authorization_code" or "client_credentials".
:param body: Existing request body to embed parameters in.
:param code: If using authorization code grant, pass the previously
obtained authorization code as the ``code`` argument.