From fcb3397df7944ff15ea698b5717c06e8fc7d43ba Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 18 Dec 2015 22:22:55 -0800 Subject: [PATCH] Fix up documentation --- cloud/google/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/google/gce.py b/cloud/google/gce.py index d3c60fcec34..fcaa3b85023 100644 --- a/cloud/google/gce.py +++ b/cloud/google/gce.py @@ -45,7 +45,7 @@ options: metadata: description: - a hash/dictionary of custom data for the instance; - '{"key": "value", ...}' + '{"key":"value", ...}' required: false default: null service_account_email: