Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: boto/sdb/item.py

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boto/sdb/domain.py ('k') | boto/sdb/persist/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boto/sdb/item.py
diff --git a/boto/sdb/item.py b/boto/sdb/item.py
index 4705b313df5f0ef85fcdc1d381d138f23974e2da..86bc70cab2b6fd3c3591df5d00b9e28d99fc687a 100644
--- a/boto/sdb/item.py
+++ b/boto/sdb/item.py
@@ -31,11 +31,9 @@ class Item(dict):
The keys on instances of this object correspond to attributes that are
stored on the SDB item.
- .. tip::
- While it is possible to instantiate this class directly, you may want
- to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
- for that purpose. For example,
- :py:meth:`boto.sdb.domain.Domain.get_item`.
+ .. tip:: While it is possible to instantiate this class directly, you may
+ want to use the convenience methods on :py:class:`boto.sdb.domain.Domain`
+ for that purpose. For example, :py:meth:`boto.sdb.domain.Domain.get_item`.
"""
def __init__(self, domain, name='', active=False):
"""
« no previous file with comments | « boto/sdb/domain.py ('k') | boto/sdb/persist/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698