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 Feb 17, 2022
1 parent 2ce4939 commit 3c1c56e
Showing 1 changed file with 1 addition and 1 deletion.
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 3c1c56e

Please sign in to comment.