From bf230ea44425e93777d88e3e6875a0e3253420e1 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Wed, 13 Dec 2017 09:08:45 -0700 Subject: [PATCH] clean up docs. --- salt/modules/boto_route53.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/salt/modules/boto_route53.py b/salt/modules/boto_route53.py index 9428059af8..07b651babc 100644 --- a/salt/modules/boto_route53.py +++ b/salt/modules/boto_route53.py @@ -351,15 +351,15 @@ def create_healthcheck(ip_addr=None, fqdn=None, region=None, key=None, keyid=Non ip_addr - ip address to check. ip_addr or fqdn is required. + IP address to check. ip_addr or fqdn is required. fqdn - domain name of the endpoint to check. ip_addr or fqdn is required + Domain name of the endpoint to check. ip_addr or fqdn is required port - port to check + Port to check hc_type @@ -371,7 +371,7 @@ def create_healthcheck(ip_addr=None, fqdn=None, region=None, key=None, keyid=Non string_match - if hc_type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string to search for in the + If hc_type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string to search for in the response body from the specified resource request_interval @@ -387,7 +387,7 @@ def create_healthcheck(ip_addr=None, fqdn=None, region=None, key=None, keyid=Non region - region endpoint to connect to + Region endpoint to connect to key