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

Commit

Permalink
docs: minor grammar improvements (#351)
Browse files Browse the repository at this point in the history
* docs: minor grammar improvements

PiperOrigin-RevId: 511850615

Source-Link: googleapis/googleapis@6f90843

Source-Link: googleapis/googleapis-gen@26bf8b2
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: googleapis/googleapis-gen@1907294
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: googleapis/googleapis-gen@9363531
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 28, 2023
1 parent e15eced commit 2a0eeae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

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


class NodeTaint(proto.Message):
r"""Kubernetes taint is comprised of three fields: key, value, and
r"""Kubernetes taint is composed of three fields: key, value, and
effect. Effect can only be one of three types: NoSchedule,
PreferNoSchedule or NoExecute.
Expand Down
4 changes: 3 additions & 1 deletion google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from __future__ import annotations

from typing import MutableMapping, MutableSequence

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


class NodeTaint(proto.Message):
r"""Kubernetes taint is comprised of three fields: key, value, and
r"""Kubernetes taint is composed of three fields: key, value, and
effect. Effect can only be one of three types: NoSchedule,
PreferNoSchedule or NoExecute.
Expand Down

0 comments on commit 2a0eeae

Please sign in to comment.