aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 05:05:41 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 05:05:41 +0200
commit91833144355ac6b06bba4dc49ee2d2f82efc1324 (patch)
tree8e09e444fc1edf35423040858d356186b29c757d /src
parent1c41c29c268f4fb01a755e344d16940f73c29d46 (diff)
Addressing comments.
Diffstat (limited to 'src')
-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 0fbef03bdf..de18421cf3 100644
--- a/src/python/grpcio/grpc/__init__.py
+++ b/src/python/grpcio/grpc/__init__.py
@@ -1218,7 +1218,7 @@ def server(thread_pool, handlers=None):
thread_pool: A futures.ThreadPoolExecutor to be used by the returned Server
to service RPCs.
handlers: An optional sequence of GenericRpcHandlers to be used to service
- RPCs after the returned Server is started. These andlers need not be the
+ RPCs after the returned Server is started. These handlers need not be the
only handlers the server will use to service RPCs; other handlers may
later be added by calling add_generic_rpc_handlers any time before the
returned Server is started.