Skip to content

Commit

Permalink
Example updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Sep 26, 2016
1 parent b45b5f6 commit 64dcc38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
API Documentation
=================

.. autoclass:: sprockets_dynamodb.Client
.. autoclass:: sprockets_dynamodb.client.Client
:members:
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import sys

sys.path.insert(0, '../')
import sprockets_dynamodb

Expand Down
2 changes: 1 addition & 1 deletion examples/create-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
}

dynamo = dynamodb.DynamoDB()
dynamo = dynamodb.Client()
iol = ioloop.IOLoop.instance()


Expand Down

0 comments on commit 64dcc38

Please sign in to comment.