diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py index 904b50c13c2..8a8c10e9945 100644 --- a/src/python/grpcio/grpc/__init__.py +++ b/src/python/grpcio/grpc/__init__.py @@ -1084,7 +1084,7 @@ class ServicerContext(RpcContext, metaclass=abc.ABCMeta): @abc.abstractmethod def invocation_metadata(self): - """Accesses the metadata from the sent by the client. + """Accesses the metadata sent by the client. Returns: The invocation :term:`metadata`.