summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorkyleknap <kyleknap@amazon.com>2015-02-27 09:36:42 -0800
committerkyleknap <kyleknap@amazon.com>2015-02-27 09:36:42 -0800
commit0e43f774ddae48e3166ffb94055d884ed2f3b400 (patch)
tree261695823f4de0bb84709f9d14031fe5a4a9e399 /docs/source
parentfff13b68faaff7e60ac870bc78a45c901beeef3e (diff)
downloadboto-0e43f774ddae48e3166ffb94055d884ed2f3b400.tar.gz
Fixed wording in dynamodb tutorial
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/dynamodb2_tut.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/dynamodb2_tut.rst b/docs/source/dynamodb2_tut.rst
index 449890c5..6e851eb3 100644
--- a/docs/source/dynamodb2_tut.rst
+++ b/docs/source/dynamodb2_tut.rst
@@ -413,8 +413,9 @@ concept, this is akin to what DynamoDB does.
.. warning::
- Scans are consistent & run over the entire table, so relatively speaking,
- they're more expensive than plain queries or queries against an LSI.
+ Scans are eventually consistent & run over the entire table, so
+ relatively speaking, they're more expensive than plain queries or queries
+ against an LSI.
An example scan of all records in the table looks like::