Skip to content

Commit

Permalink
Merge remote-tracking branch 'GoogleCloudPlatform/master' into fix-ne…
Browse files Browse the repository at this point in the history
…w-partitioned-table
  • Loading branch information
richkadel committed May 6, 2017
2 parents 0f4d876 + 94e9d78 commit f1ec9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-speech/google/cloud/speech/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _update_state(self, operation_pb):
:class:`~google.longrunning.operations_pb2.Operation`
:param operation_pb: Protobuf to be parsed.
:raises ValueError: If there is more than one entry in ``results``.
:raises ValueError: If there are no ``results`` from the operation.
"""
super(Operation, self)._update_state(operation_pb)

Expand Down

0 comments on commit f1ec9a1

Please sign in to comment.