doc/book/en/development/devweb/facets.rst
changeset 4446 a413fac5ff5e
parent 4437 21f2e01fdd6a
child 4751 1a9d2c3c7f0c
--- a/doc/book/en/development/devweb/facets.rst	Wed Feb 03 20:35:48 2010 +0100
+++ b/doc/book/en/development/devweb/facets.rst	Wed Feb 03 21:02:15 2010 +0100
@@ -111,7 +111,7 @@
     class CompositionDateFacet(DateRangeFacet):
         # 1. make sure this facet is displayed only on Track selection
         __select__ = DateRangeFacet.__select__ & implements('Track')
-        # 2. give the facet an id ._cwuired by CubicWeb)
+        # 2. give the facet an id required by CubicWeb)
         id = 'compdate-facet'
         # 3. specify the attribute name that actually stores the date in the DB
         rtype = 'composition_date'