schema.py
branchtls-sprint
changeset 1498 2c6eec0b46b9
parent 1477 b056a49c16dc
child 1977 606923dff11b
--- a/schema.py	Tue Apr 28 10:11:08 2009 +0200
+++ b/schema.py	Tue Apr 28 11:22:31 2009 +0200
@@ -77,7 +77,7 @@
 ## cubicweb provides a RichString class for convenience
 class RichString(ybo.String):
     """Convenience RichString attribute type
-    The follwing declaration::
+    The following declaration::
 
       class Card(EntityType):
           content = RichString(fulltextindexed=True, default_format='text/rest')