duo icon indicating copy to clipboard operation
duo copied to clipboard

Readme update

Open xtsimpouris opened this issue 10 years ago • 0 comments

Readme says

>>> # The correct Table sub-class is matched by table name:
>>> table = duo.DynamoDB['my_hashkey_table']

but it should really say

>>> # The correct Table sub-class is matched by table name:
>>> table = db['my_hashkey_table']

xtsimpouris avatar Aug 24 '14 12:08 xtsimpouris