From f375c0b548278f81a21d3263cd00e57295cbf39a Mon Sep 17 00:00:00 2001 From: Taras Galkovskyi Date: Thu, 30 Apr 2020 18:58:44 +0000 Subject: [PATCH] minor stylistic fixes --- examples/python/data_transmission/BUILD | 2 +- examples/python/data_transmission/alts_server.py | 2 +- src/python/grpcio/grpc/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/python/data_transmission/BUILD b/examples/python/data_transmission/BUILD index 7c2980d5a5b..2eefb7a3ed2 100644 --- a/examples/python/data_transmission/BUILD +++ b/examples/python/data_transmission/BUILD @@ -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. diff --git a/examples/python/data_transmission/alts_server.py b/examples/python/data_transmission/alts_server.py index 9189405c916..7f1d2f8983d 100644 --- a/examples/python/data_transmission/alts_server.py +++ b/examples/python/data_transmission/alts_server.py @@ -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. diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py index 258fb5cf52b..f4c261c23f2 100644 --- a/src/python/grpcio/grpc/__init__.py +++ b/src/python/grpcio/grpc/__init__.py @@ -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 """