Skip to content

Commit a4d9ecb

Browse files
author
Richard Jones
committed
fix incorrect doc
1 parent dfc1d5f commit a4d9ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ practice::
599599
4
600600
>>> db.issue.create(title="abuse", status=1)
601601
5
602-
>>> hyperdb.Class(db, "user", username=hyperdb.Key(),
602+
>>> hyperdb.Class(db, "user", username=hyperdb.String(),
603603
... password=hyperdb.String())
604604
<hyperdb.Class "user">
605605
>>> db.issue.addprop(fixer=hyperdb.Link("user"))

0 commit comments

Comments
 (0)