summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/dynamodb2_tut.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/dynamodb2_tut.rst b/docs/source/dynamodb2_tut.rst
index 3e37675c..2d8819af 100644
--- a/docs/source/dynamodb2_tut.rst
+++ b/docs/source/dynamodb2_tut.rst
@@ -273,7 +273,7 @@ both speed up the process & reduce the number of write requests made to the
service.
Batch writing involves wrapping the calls you want batched in a context manager.
-The context manager immitates the ``Table.put_item`` & ``Table.delete_item``
+The context manager imitates the ``Table.put_item`` & ``Table.delete_item``
APIs. Getting & using the context manager looks like::
>>> from boto.dynamodb2.table import Table