Skip to content

Commit

Permalink
Fix broken speech link.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Mar 23, 2017
1 parent b197138 commit 50b39aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-speech/google/cloud/speech/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class Encoding(object):
"""Audio encoding types.
See:
https://cloud.google.com/speech/reference/rest/v1beta1/\
RecognitionConfig#AudioEncoding
https://cloud.google.com/speech/reference/rest/v1beta1/RecognitionConfig#AudioEncoding
"""

LINEAR16 = 'LINEAR16'
Expand Down

0 comments on commit 50b39aa

Please sign in to comment.