Skip to content

Commit

Permalink
Change docstring prose for sample client.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Nov 11, 2016
1 parent c0e41c0 commit 18088b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions speech/google/cloud/speech/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class Sample(object):
re-sampling).
:type client: :class:`~google.cloud.speech.client.Client`
:param client: (Optional) Instance of ``Client`` that owns the current
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 18088b5

Please sign in to comment.