From d84d53f90150c4d783275c691cf0add7d2b12ad1 Mon Sep 17 00:00:00 2001 From: Taras Galkovskyi Date: Tue, 7 Apr 2020 00:26:23 +0000 Subject: [PATCH] fix comment --- src/python/grpcio/grpc/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py index f3844f39bd3..04c3f69a475 100644 --- a/src/python/grpcio/grpc/__init__.py +++ b/src/python/grpcio/grpc/__init__.py @@ -1839,7 +1839,7 @@ def alts_channel_credentials(): This is an EXPERIMENTAL API. Returns: - A ChannelCredentials for use with a ALTS-enabled Channel + A ChannelCredentials for use with an ALTS-enabled Channel """ return ChannelCredentials(_cygrpc.channel_credentials_alts()) @@ -1850,7 +1850,7 @@ def alts_server_credentials(): This is an EXPERIMENTAL API. Returns: - A ServerCredentials for use with a local Server + A ServerCredentials for use with an ALTS-enabled Server """ return ServerCredentials(_cygrpc.server_credentials_alts())