Skip to content

Commit feefbaa

Browse files
author
Jean Jordaan
committed
Move documenting of curuserid to Database class.
1 parent 23e2ca4 commit feefbaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/design.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ Here is the interface provided by the hyperdatabase::
292292
class Database:
293293
"""A database for storing records containing flexible data
294294
types.
295+
296+
The id of the current user is available on the database as
297+
'self.curuserid'.
295298
"""
296299

297300
def __init__(self, config, journaltag=None):
@@ -344,9 +347,6 @@ Here is the interface provided by the hyperdatabase::
344347
users = self.db.user
345348
messages = self.db.msg
346349
files = self.db.file
347-
348-
The id of the current user is also available on the database
349-
as 'self.db.curuserid'.
350350
"""
351351

352352
# Editing items:

0 commit comments

Comments
 (0)