Mercurial > p > roundup > code
changeset 3996:ba4452e91a28
fix incorrect doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Aug 2008 06:44:46 +0000 |
| parents | 6bd3df4356b1 |
| children | edbb89730dc2 |
| files | doc/design.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/design.txt Mon Aug 18 06:41:32 2008 +0000 +++ b/doc/design.txt Mon Aug 18 06:44:46 2008 +0000 @@ -599,7 +599,7 @@ 4 >>> db.issue.create(title="abuse", status=1) 5 - >>> hyperdb.Class(db, "user", username=hyperdb.Key(), + >>> hyperdb.Class(db, "user", username=hyperdb.String(), ... password=hyperdb.String()) <hyperdb.Class "user"> >>> db.issue.addprop(fixer=hyperdb.Link("user"))
