commit | df6ae5fd33f947dd544519ae7d41bb8db0c2d1c3 | [log] [tgz] |
---|---|---|
author | Dustin Ingram <di@users.noreply.github.com> | Thu Nov 15 15:01:09 2018 -0600 |
committer | Tres Seaver <tseaver@palladion.com> | Thu Nov 15 16:01:09 2018 -0500 |
tree | 4d8719ab6ac2449302b2f39a63bf459a8a90b6d2 | |
parent | 27728cd7bd43e4fc9fdf41e669f901738e50d8d0 [diff] |
Fix typo (#6532)
diff --git a/google/api_core/operation.py b/google/api_core/operation.py index 51a7a96..a97a137 100644 --- a/google/api_core/operation.py +++ b/google/api_core/operation.py
@@ -195,7 +195,7 @@ """Create an operation future using a HTTP/JSON client. This interacts with the long-running operations `service`_ (specific - to a given API) vis `HTTP/JSON`_. + to a given API) via `HTTP/JSON`_. .. _HTTP/JSON: https://cloud.google.com/speech/reference/rest/\ v1beta1/operations#Operation