瀏覽代碼

minor stylistic fixes

Taras Galkovskyi 5 年之前
父節點
當前提交
f375c0b548

+ 1 - 1
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");
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # you may not use this file except in compliance with the License.

+ 1 - 1
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");
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # you may not use this file except in compliance with the License.

+ 1 - 1
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
     ALTS credentials API can only be used in GCP environment as it relies on
     handshaker service being available. For more info about ALTS see
     handshaker service being available. For more info about ALTS see
     https://cloud.google.com/security/encryption-in-transit/application-layer-transport-security
     https://cloud.google.com/security/encryption-in-transit/application-layer-transport-security
- 
+
     Returns:
     Returns:
       A ServerCredentials for use with an ALTS-enabled Server
       A ServerCredentials for use with an ALTS-enabled Server
     """
     """