Skip to content

Commit

Permalink
chore(samples): Fixing docstring (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-strzelczyk authored and dandhlee committed Nov 16, 2022
1 parent 39f1884 commit 592c226
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 @@ -130,7 +130,7 @@ def stop_instance(project_id: str, zone: str, instance_name: str):
# [START compute_reset_instance]
def reset_instance(project_id: str, zone: str, instance_name: str):
"""
Resets a stopped Google Compute Engine instance (with unencrypted disks).
Resets a running Google Compute Engine instance (with unencrypted disks).
Args:
project_id: project ID or project number of the Cloud project your instance belongs to.
Expand Down

0 comments on commit 592c226

Please sign in to comment.