aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-22 17:31:38 -0400
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-22 17:31:38 -0400
commitb6c7a5ae5fd300359a21e2d454df75b4578b5f60 (patch)
treebc051ab26309f055ac44ae05720e43c66757530e /src/python
parentd44b15a0c6f09024ce56d1609151c497cb607c09 (diff)
parent824ad2a5b9943c35933a675688634c2f152fd340 (diff)
Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please
"taking a this" -> "taking this" typo correction
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc/framework/foundation/future.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/framework/foundation/future.py b/src/python/grpcio/grpc/framework/foundation/future.py
index 9210616150..6fb58eadb6 100644
--- a/src/python/grpcio/grpc/framework/foundation/future.py
+++ b/src/python/grpcio/grpc/framework/foundation/future.py
@@ -232,6 +232,6 @@ class Future(six.with_metaclass(abc.ABCMeta)):
immediately.
Args:
- fn: A callable taking a this Future object as its single parameter.
+ fn: A callable taking this Future object as its single parameter.
"""
raise NotImplementedError()