Commit 65e2443f authored by 's avatar

fixed docstring

parent 8b38c474
...@@ -100,7 +100,7 @@ There are three main data structures: ...@@ -100,7 +100,7 @@ There are three main data structures:
_data -- Transaction logging information necessary for undo _data -- Transaction logging information necessary for undo
This is a mapping from transaction id to transaction, where This is a mapping from transaction id to transaction, where
a transaction is simply a 4-tuple: a transaction is simply a 5-tuple:
packed, user, description, extension_data, records packed, user, description, extension_data, records
...@@ -150,7 +150,7 @@ method:: ...@@ -150,7 +150,7 @@ method::
and call it to minotor the storage. and call it to minotor the storage.
""" """
__version__='$Revision: 1.5 $'[11:-2] __version__='$Revision: 1.6 $'[11:-2]
import base64, POSException, BTree, BaseStorage, time, string, utils import base64, POSException, BTree, BaseStorage, time, string, utils
from TimeStamp import TimeStamp from TimeStamp import TimeStamp
......
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