aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-11-29 09:40:03 -0800
committerGravatar GitHub <noreply@github.com>2018-11-29 09:40:03 -0800
commit3a47e2c41d83f5e330cc2986b200b58a7eacfb96 (patch)
tree27994af3a45e32cc286e366380471c7d0fa8c74a /src/python/grpcio
parentc3ad2243eefd64bb387476eb1d61428171568bc7 (diff)
parentd9f656a911a6f7a5c1ffcbb38d7758b2b8e0e9dc (diff)
Merge pull request #17307 from ericgribkoff/create_server_format
fix docstring on grpc.server
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/grpc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py
index 88c5b6d5be..6022fc3ef2 100644
--- a/src/python/grpcio/grpc/__init__.py
+++ b/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.