aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-30 08:31:59 -0700
committerGravatar GitHub <noreply@github.com>2016-08-30 08:31:59 -0700
commit08575e47347151ac0efafd3b6353272a01798d43 (patch)
tree5451ab347af4d7ffba9cb783e94fcb86afde429e
parente5a17ec0aaacaf65dc038c3a9ce5d999b1267c62 (diff)
parent79cf53c992575308526a346d39011f83bbf2f2c9 (diff)
Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x
Lower-case example "Authorization" header name in doc string
-rw-r--r--src/python/grpcio/grpc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py
index 1cbe93cddd..faf3ab5f0d 100644
--- a/src/python/grpcio/grpc/__init__.py
+++ b/src/python/grpcio/grpc/__init__.py
@@ -1078,7 +1078,7 @@ def access_token_call_credentials(access_token):
Args:
access_token: A string to place directly in the http request
- authorization header, ie "Authorization: Bearer <access_token>".
+ authorization header, ie "authorization: Bearer <access_token>".
Returns:
A CallCredentials.