Skip to content

Commit

Permalink
Fix colon in doc notes (#3796) (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 29, 2020
1 parent 862039f commit be865b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions plugins/modules/gcp_cloudscheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
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:
Expand Down Expand Up @@ -455,9 +455,9 @@
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:
Expand Down
8 changes: 4 additions & 4 deletions plugins/modules/gcp_cloudscheduler_job_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@
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:
Expand Down

0 comments on commit be865b8

Please sign in to comment.