From e5742c3a475a48b300503ecc678edd4ea9cd26f1 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) --- lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md b/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md index 017ff9090db..c3416240e22 100644 --- a/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md +++ b/lib/ansible/modules/extras/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