aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-16 18:40:18 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-16 18:40:18 -0700
commit2eb7e2fae96615c06d51ac2123f9f1be723f87fa (patch)
treeec8e960d63e4a1efe9b30417ac7dfbf5aaaec3a8
parentfc9c1a7c53aec37366dd3a95772fdf253b89cc41 (diff)
parentea8ae0914293332a23b39668cf8413bdbdc3842f (diff)
Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later
"sooner" -> "server" typo correction
-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: