10000 chore(samples): Docstring fix (#198) · googleapis/google-cloud-python@02df62b · GitHub
[go: up one dir, main page]

Skip to content

Commit 02df62b

Browse files
authored
chore(samples): Docstring fix (#198)
Fixes #194 🦕
1 parent dde41c3 commit 02df62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-compute/samples/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)
0