summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrdodev <ruben.orduz@infotechfl.com>2012-02-15 15:37:25 -0500
committerrdodev <ruben.orduz@infotechfl.com>2012-02-15 15:37:25 -0500
commit017f1993ad9384a581cfd6c766313b85ff8d3985 (patch)
tree6b855150f0933883ae0cddfa24caf3b9e0c88261
parenta03af102d7dedeae48eed7f08625d2682e639e64 (diff)
downloadboto-017f1993ad9384a581cfd6c766313b85ff8d3985.tar.gz
Changed Phrasing a bit for clarity.
-rw-r--r--docs/source/dynamodb_tut.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/dynamodb_tut.rst b/docs/source/dynamodb_tut.rst
index c49256f2..3e641227 100644
--- a/docs/source/dynamodb_tut.rst
+++ b/docs/source/dynamodb_tut.rst
@@ -226,7 +226,7 @@ Deleting Tables
---------------
.. WARNING::
- Deleting a table will also **permanently** delete all of its contents. Use carefully.
+ Deleting a table will also **permanently** delete all of its contents without prompt. Use carefully.
There are two easy ways to delete a table. Through your top-level
:py:class:`Layer2 <boto.dynamodb.layer2.Layer2>` object::