Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 2a0eeae

Browse files
docs: minor grammar improvements (#351)
* docs: minor grammar improvements PiperOrigin-RevId: 511850615 Source-Link: googleapis/googleapis@6f90843 Source-Link: https://github.com/googleapis/googleapis-gen/commit/26bf8b2af6276ca34ca6c53eb4410f1e24a8f6fa Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjZiZjhiMmFmNjI3NmNhMzRjYTZjNTNlYjQ0MTBmMWUyNGE4ZjZmYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update gapic-generator-python to v1.8.5 PiperOrigin-RevId: 511892190 Source-Link: googleapis/googleapis@a45d9c0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1907294b1d8365ea24f8c5f2e059a64124c4ed3b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: minor grammar improvements PiperOrigin-RevId: 512664562 Source-Link: googleapis/googleapis@2328fdb Source-Link: https://github.com/googleapis/googleapis-gen/commit/93635315eb7fb0d99a5b604d18106b8f472754b2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTM2MzUzMTVlYjdmYjBkOTlhNWI2MDRkMTgxMDZiOGY0NzI3NTRiMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e15eced commit 2a0eeae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

google/cloud/container_v1/types/cluster_service.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import duration_pb2 # type: ignore
@@ -1085,7 +1087,7 @@ class Type(proto.Enum):
10851087

10861088

10871089
class NodeTaint(proto.Message):
1088-
r"""Kubernetes taint is comprised of three fields: key, value, and
1090+
r"""Kubernetes taint is composed of three fields: key, value, and
10891091
effect. Effect can only be one of three types: NoSchedule,
10901092
PreferNoSchedule or NoExecute.
10911093

google/cloud/container_v1beta1/types/cluster_service.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import annotations
17+
1618
from typing import MutableMapping, MutableSequence
1719

1820
from google.protobuf import duration_pb2 # type: ignore
@@ -1174,7 +1176,7 @@ class Type(proto.Enum):
11741176

11751177

11761178
class NodeTaint(proto.Message):
1177-
r"""Kubernetes taint is comprised of three fields: key, value, and
1179+
r"""Kubernetes taint is composed of three fields: key, value, and
11781180
effect. Effect can only be one of three types: NoSchedule,
11791181
PreferNoSchedule or NoExecute.
11801182

0 commit comments

Comments
 (0)