Skip to content

Commit

Permalink
Example syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Nov 8, 2016
1 parent cc79023 commit 09390d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/speech-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ See: `Single Utterance`_
.. code-block:: python
>>> with open('./hello_pause_goodbye.wav', 'rb') as stream:
>>> sample = client.sample(content=stream,
... sample = client.sample(content=stream,
... encoding=speech.Encoding.LINEAR16,
... sample_rate=16000)
... responses = client.streaming_recognize(sample,
Expand Down

0 comments on commit 09390d0

Please sign in to comment.