amazon/GUIDELINES.md: Fix copy-paste typo (#2060)
This commit is contained in:
parent
b08b1cf2f3
commit
e5742c3a47
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue