Skip to content

Commit

Permalink
Change docstring for client in sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Nov 11, 2016
1 parent 18088b5 commit 2441a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/google/cloud/speech/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Sample(object):
re-sampling).
:type client: :class:`~google.cloud.speech.client.Client`
:param client: (Optional) The ``Client`` that owns this instance of sample.
:param client: (Optional) The client that owns this instance of sample.
"""
default_encoding = Encoding.FLAC
default_sample_rate = 16000
Expand Down

0 comments on commit 2441a0c

Please sign in to comment.