summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/module_docs_fragments/aws.py
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-10-14 15:13:15 +0100
committerGitHub <noreply@github.com>2016-10-14 15:13:15 +0100
commit9183bb63913ac5aeeb072a91595748f20425cd5d (patch)
tree677c621e756763c83fba90709912287f04586436 /lib/ansible/utils/module_docs_fragments/aws.py
parent0ef3ff6a9d55ec16a62effddfda836bf4f2a330f (diff)
downloadansible-9183bb63913ac5aeeb072a91595748f20425cd5d.tar.gz
docs_fragments formatting and typo improvements (#17981)
Diffstat (limited to 'lib/ansible/utils/module_docs_fragments/aws.py')
-rw-r--r--lib/ansible/utils/module_docs_fragments/aws.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/aws.py b/lib/ansible/utils/module_docs_fragments/aws.py
index 421d8fd986..7a999d7859 100644
--- a/lib/ansible/utils/module_docs_fragments/aws.py
+++ b/lib/ansible/utils/module_docs_fragments/aws.py
@@ -29,7 +29,7 @@ options:
aliases: []
aws_secret_key:
description:
- - AWS secret key. If not set then the value of the AWS_SECRET_ACCESS_KEY, AWS_SECRET_KEY, or EC2_SECRET_KEY environment variable is used.
+ - AWS secret key. If not set then the value of the AWS_SECRET_ACCESS_KEY, AWS_SECRET_KEY, or EC2_SECRET_KEY environment variable is used.
required: false
default: null
aliases: [ 'ec2_secret_key', 'secret_key' ]
@@ -56,7 +56,7 @@ options:
version_added: "1.5"
profile:
description:
- - uses a boto profile. Only works with boto >= 2.24.0
+ - Uses a boto profile. Only works with boto >= 2.24.0.
required: false
default: null
aliases: []