amazon/GUIDELINES.md: Fix copy-paste typo (#2060)

reviewable/pr18780/r1
Victor Costan 9 years ago committed by Brian Coca
parent 82da45e520
commit 1aecfc1e19

@ -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

Loading…
Cancel
Save