From 1aecfc1e19b8c453227430c715cbde5fc7e3de6d Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Mon, 18 Apr 2016 21:17:08 -0700 Subject: [PATCH] amazon/GUIDELINES.md: Fix copy-paste typo (#2060) --- cloud/amazon/GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/GUIDELINES.md b/cloud/amazon/GUIDELINES.md index 017ff9090db..c3416240e22 100644 --- a/cloud/amazon/GUIDELINES.md +++ b/cloud/amazon/GUIDELINES.md @@ -80,7 +80,7 @@ except ImportError: def main(): if not HAS_BOTO3: - module.fail_json(msg='boto required for this module') + module.fail_json(msg='boto3 required for this module') ``` #### boto and boto3 combined