From 7dc0dcc59e5566ee6a528a80e72db833803d5800 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. --- lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py b/lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py index 5ed55ae6257..960df281587 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py +++ b/lib/ansible/modules/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: