Skip to content

Commit

Permalink
fix param error in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihao Yu committed Jun 24, 2014
1 parent e2dfbb7 commit 0cd00e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/route53/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, ip_addr, port, hc_type, resource_path, fqdn=None, string_matc
:param port: Port to check
:type hc_type: str
:param ip_addr: One of HTTP | HTTPS | HTTP_STR_MATCH | HTTPS_STR_MATCH | TCP
:param hc_type: One of HTTP | HTTPS | HTTP_STR_MATCH | HTTPS_STR_MATCH | TCP
:type resource_path: str
:param resource_path: Path to check
Expand Down

0 comments on commit 0cd00e6

Please sign in to comment.