summaryrefslogtreecommitdiff
path: root/google_compute_engine/instance_setup/instance_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'google_compute_engine/instance_setup/instance_setup.py')
-rwxr-xr-xgoogle_compute_engine/instance_setup/instance_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_compute_engine/instance_setup/instance_setup.py b/google_compute_engine/instance_setup/instance_setup.py
index 612b46e..e69a773 100755
--- a/google_compute_engine/instance_setup/instance_setup.py
+++ b/google_compute_engine/instance_setup/instance_setup.py
@@ -97,7 +97,7 @@ class InstanceSetup(object):
key_type: string, the type of the SSH key.
key_dest: string, a file location to store the SSH key.
"""
- # Create a temporary file to save create the RSA keys.
+ # Create a temporary file to save the created RSA keys.
with tempfile.NamedTemporaryFile(prefix=key_type, delete=True) as temp:
temp_key = temp.name