Skip to content
Snippets Groups Projects
Commit b6c7a5ae authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please

"taking a this" -> "taking this" typo correction
parents d44b15a0 824ad2a5
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment