From 592c226fd4b971b47d96a8fc66a364d172a92a8b Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Thu, 17 Feb 2022 13:34:01 +0100 Subject: [PATCH] chore(samples): Fixing docstring (#222) --- compute/compute/snippets/sample_start_stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/compute/snippets/sample_start_stop.py b/compute/compute/snippets/sample_start_stop.py index 66218c74e1b5..c4cfc620a3eb 100644 --- a/compute/compute/snippets/sample_start_stop.py +++ b/compute/compute/snippets/sample_start_stop.py @@ -130,7 +130,7 @@ def stop_instance(project_id: str, zone: str, instance_name: str): # [START compute_reset_instance] def reset_instance(project_id: str, zone: str, instance_name: str): """ - Resets a stopped Google Compute Engine instance (with unencrypted disks). + Resets a running Google Compute Engine instance (with unencrypted disks). Args: project_id: project ID or project number of the Cloud project your instance belongs to.