summaryrefslogtreecommitdiff
path: root/boto/route53/healthcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/route53/healthcheck.py')
-rw-r--r--boto/route53/healthcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/route53/healthcheck.py b/boto/route53/healthcheck.py
index 85d6919b..43fdf179 100644
--- a/boto/route53/healthcheck.py
+++ b/boto/route53/healthcheck.py
@@ -141,6 +141,6 @@ class HealthCheck(object):
params['ip_addr_part'] = self.XMLIpAddrPart % {'ip_addr': self.ip_addr}
if self.string_match is not None:
- params['string_match_part'] = self.XMLStringMatchPart % {'string_match' : self.string_match}
+ params['string_match_part'] = self.XMLStringMatchPart % {'string_match': self.string_match}
return self.POSTXMLBody % params