fix docstring on grpc.server

pull/17307/head
Eric Gribkoff 6 years ago
parent a93b6012cc
commit d9f656a911
  1. 2
      src/python/grpcio/grpc/__init__.py

@ -1723,7 +1723,7 @@ def server(thread_pool,
handlers. The interceptors are given control in the order they are
specified. This is an EXPERIMENTAL API.
options: An optional list of key-value pairs (channel args in gRPC runtime)
to configure the channel.
to configure the channel.
maximum_concurrent_rpcs: The maximum number of concurrent RPCs this server
will service before returning RESOURCE_EXHAUSTED status, or None to
indicate no limit.

Loading…
Cancel
Save