Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-generate library using speech/synth.py #5915

Merged
merged 2 commits into from
Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add new replace to synth.py
  • Loading branch information
danoscarmike committed Sep 11, 2018
commit c85a1765e35a78cf33dc301bea679c907c6a1cda
2 changes: 1 addition & 1 deletion speech/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python Client for Cloud Speech API (`Alpha`_)
Python Client for Cloud Speech API (`Beta`_)
=============================================

`Cloud Speech API`_: Converts audio to text by applying powerful neural network models.
Expand Down
2 changes: 1 addition & 1 deletion speech/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python Client for Cloud Speech API (`Alpha`_)
Python Client for Cloud Speech API (`Beta`_)
=============================================

`Cloud Speech API`_: Converts audio to text by applying powerful neural network models.
Expand Down
5 changes: 5 additions & 0 deletions speech/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
'Google Cloud Speech API (`Beta`_)')


s.replace(
['README.rst', 'docs/index.rst'],
'`Alpha`', '`Beta`')


# Fix bad reference to operations_v1
s.replace(
'**/gapic/**/*_transport.py',
Expand Down