minor stylistic fixes

pull/22638/head
Taras Galkovskyi 5 years ago
parent d62df731a0
commit f375c0b548
  1. 2
      examples/python/data_transmission/BUILD
  2. 2
      examples/python/data_transmission/alts_server.py
  3. 2
      src/python/grpcio/grpc/__init__.py

@ -1,4 +1,4 @@
# Copyright 2017 gRPC authors.
# Copyright 2020 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

@ -1,4 +1,4 @@
# Copyright 2019 gRPC authors.
# Copyright 2020 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

@ -1861,7 +1861,7 @@ def alts_server_credentials():
ALTS credentials API can only be used in GCP environment as it relies on
handshaker service being available. For more info about ALTS see
https://cloud.google.com/security/encryption-in-transit/application-layer-transport-security
Returns:
A ServerCredentials for use with an ALTS-enabled Server
"""

Loading…
Cancel
Save