Skip to content

Commit 93e1685

Browse files
authored
chore(python): fix typo in README (#2051)
chore: fix typo in README
1 parent a53a5d3 commit 93e1685

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

synthtool/gcp/templates/python_library/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ In order to use this library, you first need to go through the following steps:
3030
1. `Select or create a Cloud Platform project.`_
3131
2. `Enable billing for your project.`_
3232
3. `Enable the {{ metadata['repo']['name_pretty'] }} API.`_
33-
4. `Setup Authentication.`_
33+
4. `Set up Authentication.`_
3434

3535
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3636
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
3737
.. _Enable the {{ metadata['repo']['name_pretty'] }} API.: {{ metadata['repo']['product_documentation'] }}
38-
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
38+
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3939

4040
Installation
4141
~~~~~~~~~~~~

synthtool/gcp/templates/python_mono_repo_library/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ In order to use this library, you first need to go through the following steps:
3030
1. `Select or create a Cloud Platform project.`_
3131
2. `Enable billing for your project.`_
3232
3. `Enable the {{ metadata['repo']['name_pretty'] }}.`_
33-
4. `Setup Authentication.`_
33+
4. `Set up Authentication.`_
3434

3535
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3636
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
3737
.. _Enable the {{ metadata['repo']['name_pretty'] }}.: {{ metadata['repo']['product_documentation'] }}
38-
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
38+
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3939

4040
Installation
4141
~~~~~~~~~~~~

0 commit comments

Comments
 (0)