aboutsummaryrefslogtreecommitdiff
path: root/google
diff options
context:
space:
mode:
authorDustin Ingram <di@users.noreply.github.com>2018-11-15 15:01:09 -0600
committerTres Seaver <tseaver@palladion.com>2018-11-15 16:01:09 -0500
commitdf6ae5fd33f947dd544519ae7d41bb8db0c2d1c3 (patch)
tree4d8719ab6ac2449302b2f39a63bf459a8a90b6d2 /google
parent27728cd7bd43e4fc9fdf41e669f901738e50d8d0 (diff)
downloadpython-api-core-df6ae5fd33f947dd544519ae7d41bb8db0c2d1c3.tar.gz
Fix typo (#6532)
Diffstat (limited to 'google')
-rw-r--r--google/api_core/operation.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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