pep8 fixes for module_docs_fragments (#21876)

This commit is contained in:
Matt Martz 2017-02-24 02:01:03 -06:00 committed by René Moser
commit 36e6c7973d
11 changed files with 23 additions and 17 deletions

View file

@ -23,7 +23,8 @@ class ModuleDocFragment(object):
options:
region:
description:
- The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used. See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region)
- The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used.
See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region)
required: false
aliases: [ 'aws_region', 'ec2_region' ]
"""