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 dde41c3 commit 02df62b
Showing 1 changed file with 1 addition and 1 deletion.
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 02df62b

Please sign in to comment.