From b5cab86b57983eb3016c03466da40439a253188b Mon Sep 17 00:00:00 2001 From: Zhanghui Mao Date: Sat, 5 Oct 2019 12:19:20 +0800 Subject: [PATCH] fix syntax of language --- src/python/grpcio/grpc/experimental/aio/_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio/grpc/experimental/aio/_channel.py b/src/python/grpcio/grpc/experimental/aio/_channel.py index 3dbbf154746..3a2aa10b855 100644 --- a/src/python/grpcio/grpc/experimental/aio/_channel.py +++ b/src/python/grpcio/grpc/experimental/aio/_channel.py @@ -18,7 +18,7 @@ from grpc._cython import cygrpc class UnaryUnaryMultiCallable: - """Afford invoking an unary-unary RPC from client-side in an asynchronous way.""" + """Afford invoking a unary-unary RPC from client-side in an asynchronous way.""" def __init__(self, channel, method, request_serializer, response_deserializer):