Skip to content

Commit 892e997

Browse files
alexchaodhermes
authored andcommitted
Fix speech_context typo in speech-usage docs. (googleapis#3350)
Closes googleapis#3349.
1 parent bd9fdfb commit 892e997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/speech-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ words to the vocabulary of the recognizer.
134134
>>> results = sample.recognize(
135135
... language_code='en-US',
136136
... max_alternatives=2,
137-
... speech_context=hints,
137+
... speech_contexts=hints,
138138
... )
139139
>>> for result in results:
140140
... for alternative in result.alternatives:

0 commit comments

Comments
 (0)