summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2013-09-20 13:30:50 +0100
committerTom Morris <tom@tommorris.org>2013-09-20 13:30:50 +0100
commit44c0e760a73a8f68e8617294feb14a8abedbac9a (patch)
tree693a548b3aed29aff5d27e59d4f6aef73e3e3068
parent3ec8a39ace7639b9c8153742d353b220772b42a2 (diff)
downloadboto-44c0e760a73a8f68e8617294feb14a8abedbac9a.tar.gz
typo
s/immitates/imitates/
-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