Skip to content

Commit 592c226

Browse files
m-strzelczykdandhlee
authored andcommitted
chore(samples): Fixing docstring (#222)
1 parent 39f1884 commit 592c226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/compute/snippets/sample_start_stop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def stop_instance(project_id: str, zone: str, instance_name: str):
130130
# [START compute_reset_instance]
131131
def reset_instance(project_id: str, zone: str, instance_name: str):
132132
"""
133-
Resets a stopped Google Compute Engine instance (with unencrypted disks).
133+
Resets a running Google Compute Engine instance (with unencrypted disks).
134134
135135
Args:
136136
project_id: project ID or project number of the Cloud project your instance belongs to.

0 commit comments

Comments
 (0)