aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/beta
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-05-16 22:46:12 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-05-16 22:46:12 +0000
commitea8ae0914293332a23b39668cf8413bdbdc3842f (patch)
treec61b356f9d682e24bf6f6d2f66374305110d8817 /src/python/grpcio/grpc/beta
parent1ba1bba66a18b6b7986a1cfa52c6f1ac4a14a029 (diff)
"sooner" -> "server" typo correction
"... will not have the effect of stopping the sooner later", heh. :-P
Diffstat (limited to 'src/python/grpcio/grpc/beta')
-rw-r--r--src/python/grpcio/grpc/beta/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/beta/interfaces.py b/src/python/grpcio/grpc/beta/interfaces.py
index 33ca45ac5b..24de9ad1a8 100644
--- a/src/python/grpcio/grpc/beta/interfaces.py
+++ b/src/python/grpcio/grpc/beta/interfaces.py
@@ -235,7 +235,7 @@ class Server(six.with_metaclass(abc.ABCMeta)):
This method may be called at any time and is idempotent. Passing a smaller
grace value than has been passed in a previous call will have the effect of
stopping the Server sooner. Passing a larger grace value than has been
- passed in a previous call will not have the effect of stopping the sooner
+ passed in a previous call will not have the effect of stopping the server
later.
Args: