summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-09-21 00:09:21 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-09-21 00:09:21 -0700
commitbd49c22b5a30bf58096d58efc4762f1fea3e2caf (patch)
tree693a548b3aed29aff5d27e59d4f6aef73e3e3068
parent3ec8a39ace7639b9c8153742d353b220772b42a2 (diff)
parent44c0e760a73a8f68e8617294feb14a8abedbac9a (diff)
downloadboto-bd49c22b5a30bf58096d58efc4762f1fea3e2caf.tar.gz
Merge pull request #1741 from tommorris/patch-1baserock/morph
Typo in documentation: immitates
-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