Skip to content

Commit 24f265a

Browse files
ditseaver
authored andcommitted
Fix typo (googleapis#6532)
1 parent f22abbe commit 24f265a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api_core/google/api_core/operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def from_http_json(operation, api_request, result_type, **kwargs):
195195
"""Create an operation future using a HTTP/JSON client.
196196
197197
This interacts with the long-running operations `service`_ (specific
198-
to a given API) vis `HTTP/JSON`_.
198+
to a given API) via `HTTP/JSON`_.
199199
200200
.. _HTTP/JSON: https://cloud.google.com/speech/reference/rest/\
201201
v1beta1/operations#Operation

0 commit comments

Comments
 (0)