From 08912f51026244e3b2e61e08160d8815380d3614 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Thu, 15 Nov 2018 11:29:17 -0600 Subject: [PATCH] Fix typo --- api_core/google/api_core/operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_core/google/api_core/operation.py b/api_core/google/api_core/operation.py index 51a7a9676b63..a97a137398a3 100644 --- a/api_core/google/api_core/operation.py +++ b/api_core/google/api_core/operation.py @@ -195,7 +195,7 @@ def from_http_json(operation, api_request, result_type, **kwargs): """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