From be865b82c4675673078e46a9d0943bed1d5b7516 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 29 Jul 2020 13:40:44 -0700 Subject: [PATCH] Fix colon in doc notes (#3796) (#265) Signed-off-by: Modular Magician --- plugins/modules/gcp_cloudscheduler_job.py | 12 ++++++------ plugins/modules/gcp_cloudscheduler_job_info.py | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index 49b86f8..efb2652 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -141,9 +141,9 @@ options: suboptions: topic_name: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages will - be published when a job is delivered. ~>**NOTE**: The topic name must be - in the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must be + in the same format as required by PubSub's PublishRequest.name, e.g. `projects/my-project/topics/my-topic`. required: true type: str data: @@ -455,9 +455,9 @@ pubsubTarget: contains: topicName: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages will - be published when a job is delivered. ~>**NOTE**: The topic name must be in - the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must be in + the same format as required by PubSub's PublishRequest.name, e.g. `projects/my-project/topics/my-topic`. returned: success type: str data: diff --git a/plugins/modules/gcp_cloudscheduler_job_info.py b/plugins/modules/gcp_cloudscheduler_job_info.py index 7208292..a372899 100644 --- a/plugins/modules/gcp_cloudscheduler_job_info.py +++ b/plugins/modules/gcp_cloudscheduler_job_info.py @@ -200,10 +200,10 @@ resources: contains: topicName: description: - - 'The full resource name for the Cloud Pub/Sub topic to which messages - will be published when a job is delivered. ~>**NOTE**: The topic name - must be in the same format as required by PubSub''s PublishRequest.name, - e.g. `projects/my-project/topics/my-topic`.' + - The full resource name for the Cloud Pub/Sub topic to which messages will + be published when a job is delivered. ~>**NOTE:** The topic name must + be in the same format as required by PubSub's PublishRequest.name, e.g. + `projects/my-project/topics/my-topic`. returned: success type: str data: