From d2b917030f18bbd13a881fdaf0e8f27191f9f68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sun, 28 Jun 2020 17:17:47 +0200 Subject: [PATCH] Fix typo --- src/python/grpcio/grpc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py index 303d89c6263..25f76b8a9d9 100644 --- a/src/python/grpcio/grpc/__init__.py +++ b/src/python/grpcio/grpc/__init__.py @@ -187,7 +187,7 @@ class Future(six.with_metaclass(abc.ABCMeta)): The callback will be passed this Future object describing the outcome of the computation. Callbacks will be invoked after the future is - terimated, whether successfully or not. + terminated, whether successfully or not. If the computation has already completed, the callback will be called immediately.