pull/23337/head
Miguel Ángel 5 years ago committed by GitHub
parent 56c04ddaed
commit d2b917030f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save