test/data/schema.py
branchtls-sprint
changeset 750 89e997bc2bf1
parent 748 eec752381926
child 1398 5fe84a5f7035
--- a/test/data/schema.py	Wed Feb 18 01:33:53 2009 +0100
+++ b/test/data/schema.py	Wed Feb 18 01:42:07 2009 +0100
@@ -16,7 +16,7 @@
 
 class SubNote(Note):
     __specializes_schema__ = True
-    descr = String()
+    description = String()
 
 class tags(RelationDefinition):
     subject = 'Tag'