"taking a this" -> "taking this" typo correction

pull/6655/head
Nathaniel Manista 9 years ago
parent 54140f9760
commit 824ad2a5b9
  1. 2
      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()

Loading…
Cancel
Save