Add missing periods to description items.

Current theme used by docs.ansible.com displays description items on one line. Adding periods helps readability.
This commit is contained in:
cspollar 2016-04-30 11:34:28 -05:00 committed by René Moser
parent b6ad3b6773
commit df0adafe66

View file

@ -18,8 +18,8 @@ DOCUMENTATION = """
module: ec2_metric_alarm
short_description: "Create/update or delete AWS Cloudwatch 'metric alarms'"
description:
- Can create or delete AWS metric alarms
- Metrics you wish to alarm on must already exist
- Can create or delete AWS metric alarms.
- Metrics you wish to alarm on must already exist.
version_added: "1.6"
author: "Zacharie Eakin (@zeekin)"
options: