Skip to content

Commit 936c493

Browse files
m-strzelczykdandhlee
authored andcommitted
chore(samples): Docstring fix (#198)
Fixes #194 🦕
1 parent 14c0c07 commit 936c493

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
@@ -105,7 +105,7 @@ def start_instance_with_encryption_key(
105105
# [START compute_stop_instance]
106106
def stop_instance(project_id: str, zone: str, instance_name: str):
107107
"""
108-
Stops a stopped Google Compute Engine instance.
108+
Stops a running Google Compute Engine instance.
109109
110110
Args:
111111
project_id: project ID or project number of the Cloud project your instance belongs to.

0 commit comments

Comments
 (0)