app/soc/logic/model.py
changeset 303 4f1bb54ddae5
parent 302 3b9c52170f46
child 305 972d28056d9d
--- a/app/soc/logic/model.py	Sun Oct 12 08:46:05 2008 +0000
+++ b/app/soc/logic/model.py	Sun Oct 12 14:58:47 2008 +0000
@@ -42,7 +42,7 @@
     base_class: Model class that inherits directly from
       polymodel.PolyModel, such as soc.models.work.Work
     derived_class: optional more-specific Model class that
-      derives from base_class, such as soc.model.document.Document;
+      derives from base_class, such as soc.models.document.Document;
       default is None, in which case the inheritance_line
       property is *not* tested by the returned query string
   """