Commit b2b331a0 authored by Gintautas Miliauskas's avatar Gintautas Miliauskas

Fixed a typo.

parent d95df89d
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Handy standard storage machinery """Handy standard storage machinery
$Id: BaseStorage.py,v 1.50 2004/04/23 17:26:37 gintautasm Exp $ $Id: BaseStorage.py,v 1.51 2004/04/23 17:30:40 gintautasm Exp $
""" """
import cPickle import cPickle
import threading import threading
...@@ -30,7 +30,7 @@ from ZODB.UndoLogCompatible import UndoLogCompatible ...@@ -30,7 +30,7 @@ from ZODB.UndoLogCompatible import UndoLogCompatible
log = logging.getLogger("ZODB.BaseStorage") log = logging.getLogger("ZODB.BaseStorage")
class BaseStorage(UndoLogCompatible): class BaseStorage(UndoLogCompatible):
"""Abstract base class that support storage implementations. """Abstract base class that supports storage implementations.
A subclass must define the following methods: A subclass must define the following methods:
load() load()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment