From 2dedc90971a9ed216b1dff8f5ab3bd523a01d2c1 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 19 Jun 2020 10:24:35 -0700 Subject: [PATCH] fix typo (#3369) (#246) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_snapshot.py | 4 ++-- plugins/modules/gcp_compute_snapshot_info.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/modules/gcp_compute_snapshot.py b/plugins/modules/gcp_compute_snapshot.py index b5e0c68..e33d436 100644 --- a/plugins/modules/gcp_compute_snapshot.py +++ b/plugins/modules/gcp_compute_snapshot.py @@ -236,8 +236,8 @@ description: type: str storageBytes: description: - - A size of the the storage used by the snapshot. As snapshots share storage, this - number is expected to change with snapshot creation/deletion. + - A size of the storage used by the snapshot. As snapshots share storage, this number + is expected to change with snapshot creation/deletion. returned: success type: int licenses: diff --git a/plugins/modules/gcp_compute_snapshot_info.py b/plugins/modules/gcp_compute_snapshot_info.py index 01033ef..cb75b48 100644 --- a/plugins/modules/gcp_compute_snapshot_info.py +++ b/plugins/modules/gcp_compute_snapshot_info.py @@ -144,8 +144,8 @@ resources: type: str storageBytes: description: - - A size of the the storage used by the snapshot. As snapshots share storage, - this number is expected to change with snapshot creation/deletion. + - A size of the storage used by the snapshot. As snapshots share storage, this + number is expected to change with snapshot creation/deletion. returned: success type: int licenses: