summaryrefslogtreecommitdiff
path: root/boto/dynamodb2/table.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/dynamodb2/table.py')
-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::