Code

various updates
[roundup.git] / doc / design.txt
index 4d9bcc00decf5daa27f1192fb7ec6fcfc1149643..6b00926da32edee9b56d627b1b74265a4a0057f1 100644 (file)
@@ -292,9 +292,6 @@ Here is the interface provided by the hyperdatabase::
     class Database:
         """A database for storing records containing flexible data
         types.
-
-        The id of the current user is available on the database as
-        'self.curuserid'.
         """
 
         def __init__(self, config, journaltag=None):