summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel G. Taylor <dan@programmer-art.org>2014-08-22 10:52:19 -0700
committerDaniel G. Taylor <dan@programmer-art.org>2014-08-22 10:52:19 -0700
commit9b9c1c435a0e99efe91c417199db55c3e9164b0f (patch)
treefb3fc719c415d7aeabf634bd68f3afd16f8d8b18
parent885348da54738b7e0d93cd2b0bfe4c2b40c85ed6 (diff)
parent3ff1dc3ed5a3d9257ab844c6cb48514970333061 (diff)
downloadboto-9b9c1c435a0e99efe91c417199db55c3e9164b0f.tar.gz
Merge pull request #2544 from saebyn/patch-1
Documents not found behavior of get_item(). Fixes #2544.
-rw-r--r--boto/dynamodb2/table.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/boto/dynamodb2/table.py b/boto/dynamodb2/table.py
index 79cf7975..052758f7 100644
--- a/boto/dynamodb2/table.py
+++ b/boto/dynamodb2/table.py
@@ -467,6 +467,8 @@ class Table(object):
should be fetched)
Returns an ``Item`` instance containing all the data for that record.
+
+ Raises an ``ItemNotFound`` exception if the item is not found.
Example::