From df0adafe66eac29f46bae5a5de5a6fbf59079e9c Mon Sep 17 00:00:00 2001 From: cspollar Date: Sat, 30 Apr 2016 11:34:28 -0500 Subject: [PATCH] Add missing periods to description items. Current theme used by docs.ansible.com displays description items on one line. Adding periods helps readability. --- cloud/amazon/ec2_metric_alarm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_metric_alarm.py b/cloud/amazon/ec2_metric_alarm.py index 8ae7195f2e1..503e561adc8 100644 --- a/cloud/amazon/ec2_metric_alarm.py +++ b/cloud/amazon/ec2_metric_alarm.py @@ -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: