Skip to content

Commit

Permalink
chore(samples): Typo fix (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-strzelczyk authored Mar 2, 2022
1 parent 098ed98 commit 2625f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/compute/snippets/sample_start_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def start_instance(project_id: str, zone: str, instance_name: str):
Args:
project_id: project ID or project number of the Cloud project your instance belongs to.
zone: name of the zone your instance belongs to.
instance_name: name of the instance your want to start.
instance_name: name of the instance you want to start.
"""
instance_client = compute_v1.InstancesClient()
op_client = compute_v1.ZoneOperationsClient()
Expand Down

0 comments on commit 2625f39

Please sign in to comment.