Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x

Lower-case example "Authorization" header name in doc string
pull/7963/head
kpayson64 8 years ago committed by GitHub
commit 08575e4734
  1. 2
      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.

Loading…
Cancel
Save