Skip to content

Commit

Permalink
chore(samples): Docstring fix (#198)
Browse files Browse the repository at this point in the history
Fixes #194  🦕
  • Loading branch information
m-strzelczyk authored Jan 19, 2022
1 parent 444c484 commit a9a7051
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 @@ -105,7 +105,7 @@ def start_instance_with_encryption_key(
# [START compute_stop_instance]
def stop_instance(project_id: str, zone: str, instance_name: str):
"""
Stops a stopped Google Compute Engine instance.
Stops a running Google Compute Engine instance.
Args:
project_id: project ID or project number of the Cloud project your instance belongs to.
Expand Down

0 comments on commit a9a7051

Please sign in to comment.