[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py Fix typo.
Patrick Strawderman
patrick at zope.com
Tue Aug 25 13:08:31 EDT 2009
Log message for revision 103209:
Fix typo.
Changed:
U ZODB/trunk/src/ZODB/blob.py
-=-
Modified: ZODB/trunk/src/ZODB/blob.py
===================================================================
--- ZODB/trunk/src/ZODB/blob.py 2009-08-25 16:41:26 UTC (rev 103208)
+++ ZODB/trunk/src/ZODB/blob.py 2009-08-25 17:08:31 UTC (rev 103209)
@@ -593,7 +593,7 @@
LAYOUTS['lawn'] = LawnLayout()
class BlobStorageMixin(object):
- """A mix-in to help storages support blobssupport blobs."""
+ """A mix-in to help storages support blobs."""
def _blob_init(self, blob_dir, layout='automatic'):
# XXX Log warning if storage is ClientStorage
More information about the Zodb-checkins
mailing list