capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Fixed wrong line in README #45

Closed armicron closed 7 years ago

armicron commented 7 years ago

43

>>> import boto3
>>> client = boto3('cognito-idp')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'module' object is not callable