Fixed a typing mistake

This commit is contained in:
Ahmed Ezzat 2019-03-15 16:09:58 +02:00 committed by GitHub
parent 9d1ebbacdb
commit 87b2ae3ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@
result = s3.list_buckets()
print(result)
except Exception as e:
print(e
print(e)
```
## AWS Configuration