fix typo in src/python/grpcio/grpc/__init__.py::ServicerContext (#31771)

pull/32134/head
Christopher S 2 years ago committed by GitHub
parent ced640dd69
commit 0528de5d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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`.

Loading…
Cancel
Save